Color Hex Logo

#ea93cf Color Hex

#EA93CF
(234,147,207)
0 Favorites   0 Comments

Color spaces of #ea93cf

RGB 234147207
HSL0.890.670.75
HSV319°37°92°
CMYK 0.000.370.12   0.08
XYZ55.627942.864964.3733
Yxy42.86490.34160.2632
Hunter Lab65.471337.0884-12.4658
CIE-Lab71.463241.2395-17.0606

#ea93cf color RGB value is (234,147,207).

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

The process color (four color CMYK) of #ea93cf color hex is 0.00, 0.37, 0.12, 0.08. Web safe color of #ea93cf is #ff99cc. Color #ea93cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010011 11001111
Octal 352 223 317
Decimal 234 147 207
Hex EA 93 CF

RGB Percentages of Color #ea93cf

%39.80
%25.00
%35.20

CMYK Percentages of Color #ea93cf

%0
%37
%12
%8

Triadic Colors of #ea93cf

#ea93cf #cfea93 #93cfea

Analogous Colors of #ea93cf

#ea93cf #ea93a4 #da93ea

Monochromatic Colors of #ea93cf

#ea93cf

Complementary Color

#ea93cf #93eaae

#ea93cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea93cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea93cf Color CSS Codes

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

#ea93cf Text Font Color

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

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


#ea93cf Background Color

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

This div background color is #ea93cf


#ea93cf Border Color

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

This div border color is #ea93cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea93cf


Comments

No comments written yet.

Please login to write comment.