Color Hex Logo

#ea90bc Color Hex

#EA90BC
(234,144,188)
0 Favorites   0 Comments

Color spaces of #ea90bc

RGB 234144188
HSL0.920.680.74
HSV331°38°92°
CMYK 0.000.380.20   0.08
XYZ52.982041.069852.7118
Yxy41.06980.36100.2798
Hunter Lab64.085735.4224-3.9072
CIE-Lab70.224839.8384-8.3774

#ea90bc color RGB value is (234,144,188).

#ea90bc hex color red value is 234, green value is 144 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ea90bc hue: 0.92 , saturation: 0.68 and the lightness value of ea90bc is 0.74.

The process color (four color CMYK) of #ea90bc color hex is 0.00, 0.38, 0.20, 0.08. Web safe color of #ea90bc is #ff99cc. Color #ea90bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010000 10111100
Octal 352 220 274
Decimal 234 144 188
Hex EA 90 BC

RGB Percentages of Color #ea90bc

%41.34
%25.44
%33.22

CMYK Percentages of Color #ea90bc

%0
%38
%20
%8

Triadic Colors of #ea90bc

#ea90bc #bcea90 #90bcea

Analogous Colors of #ea90bc

#ea90bc #ea9190 #ea90e9

Monochromatic Colors of #ea90bc

#ea90bc

Complementary Color

#ea90bc #90eabe

#ea90bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea90bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea90bc Color CSS Codes

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

#ea90bc Text Font Color

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

This sample text font color is #ea90bc
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.


#ea90bc Background Color

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

This div background color is #ea90bc


#ea90bc Border Color

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

This div border color is #ea90bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,144,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 #ea90bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea90bc


Comments

No comments written yet.

Please login to write comment.