color codes Logo

#e270bc color codes

#E270BC
(226,112,188)
0 Favorites   0 Comments

Color spaces of #e270bc

RGB 226112188
HSL0.890.660.66
HSV320°50°89°
CMYK 0.000.500.17   0.11
XYZ46.235331.387951.1986
Yxy31.38790.35890.2437
Hunter Lab56.024949.2659-14.9650
CIE-Lab62.833753.4311-19.6033

#e270bc color RGB value is (226,112,188).

#e270bc hex color red value is 226, green value is 112 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e270bc hue: 0.89 , saturation: 0.66 and the lightness value of e270bc is 0.66.

The process color (four color CMYK) of #e270bc color code is 0.00, 0.50, 0.17, 0.11. Web safe color of #e270bc is #cc66cc. Color #e270bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110000 10111100
Octal 342 160 274
Decimal 226 112 188
Hex E2 70 BC

RGB Percentages of Color #e270bc

%42.97
%21.29
%35.74

CMYK Percentages of Color #e270bc

%0
%50
%17
%11

Triadic Colors of #e270bc

#e270bc #bce270 #70bce2

Analogous Colors of #e270bc

#e270bc #e27083 #cf70e2

Monochromatic Colors of #e270bc

#e270bc

Complementary Color

#e270bc #70e296

#e270bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e270bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e270bc Color CSS Codes

.mybgcolor {background-color:#e270bc; } 
.myforecolor {color:#e270bc; }
.mybordercolor {border:3px solid #e270bc; }

#e270bc Text Font Color

<p style="color:#e270bc">Text here</p>

This sample text font color is #e270bc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e270bc Background Color

<div style="background-color:#e270bc">
Div content here</div>

This div background color is #e270bc


#e270bc Border Color

<div style="border:3px solid #e270bc">
Div here</div>

This div border color is #e270bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,112,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e270bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e270bc;
  -webkit-box-shadow: 1px 1px 3px 2px #e270bc;
  box-shadow:         1px 1px 3px 2px #e270bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,112,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e270bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e270bc;
  -webkit-box-shadow: 1px 1px 3px 2px #e270bc;
  box-shadow:         1px 1px 3px 2px #e270bc;">
Div content here</div>

This div box has shadow with color #e270bc


Comments

No comments written yet.

Please login to write comment.