Color Hex Logo

#ea93ae Color Hex

#EA93AE
(234,147,174)
0 Favorites   0 Comments

Color spaces of #ea93ae

RGB 234147174
HSL0.950.670.75
HSV341°37°92°
CMYK 0.000.370.26   0.08
XYZ52.005441.415945.2975
Yxy41.41590.37490.2986
Hunter Lab64.355231.62423.3163
CIE-Lab70.466336.2533-0.2230

#ea93ae color RGB value is (234,147,174).

#ea93ae hex color red value is 234, green value is 147 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ea93ae hue: 0.95 , saturation: 0.67 and the lightness value of ea93ae is 0.75.

The process color (four color CMYK) of #ea93ae color hex is 0.00, 0.37, 0.26, 0.08. Web safe color of #ea93ae is #ff9999. Color #ea93ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010011 10101110
Octal 352 223 256
Decimal 234 147 174
Hex EA 93 AE

RGB Percentages of Color #ea93ae

%42.16
%26.49
%31.35

CMYK Percentages of Color #ea93ae

%0
%37
%26
%8

Triadic Colors of #ea93ae

#ea93ae #aeea93 #93aeea

Analogous Colors of #ea93ae

#ea93ae #eaa493 #ea93da

Monochromatic Colors of #ea93ae

#ea93ae

Complementary Color

#ea93ae #93eacf

#ea93ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea93ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea93ae Color CSS Codes

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

#ea93ae Text Font Color

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

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


#ea93ae Background Color

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

This div background color is #ea93ae


#ea93ae Border Color

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

This div border color is #ea93ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,147,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea93ae


Comments

No comments written yet.

Please login to write comment.