Color Hex Logo

#ea8fc2 Color Hex

#EA8FC2
(234,143,194)
0 Favorites   0 Comments

Color spaces of #ea8fc2

RGB 234143194
HSL0.910.680.74
HSV326°39°92°
CMYK 0.000.390.17   0.08
XYZ53.491741.032456.1397
Yxy41.03240.35500.2723
Hunter Lab64.056536.9611-7.1227
CIE-Lab70.198641.2666-11.7555

#ea8fc2 color RGB value is (234,143,194).

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

The process color (four color CMYK) of #ea8fc2 color hex is 0.00, 0.39, 0.17, 0.08. Web safe color of #ea8fc2 is #ff99cc. Color #ea8fc2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001111 11000010
Octal 352 217 302
Decimal 234 143 194
Hex EA 8F C2

RGB Percentages of Color #ea8fc2

%40.98
%25.04
%33.98

CMYK Percentages of Color #ea8fc2

%0
%39
%17
%8

Triadic Colors of #ea8fc2

#ea8fc2 #c2ea8f #8fc2ea

Analogous Colors of #ea8fc2

#ea8fc2 #ea8f95 #e58fea

Monochromatic Colors of #ea8fc2

#ea8fc2

Complementary Color

#ea8fc2 #8feab7

#ea8fc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8fc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8fc2 Color CSS Codes

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

#ea8fc2 Text Font Color

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

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


#ea8fc2 Background Color

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

This div background color is #ea8fc2


#ea8fc2 Border Color

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

This div border color is #ea8fc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8fc2


Comments

No comments written yet.

Please login to write comment.