Color Hex Logo

#ea9fdc Color Hex

#EA9FDC
(234,159,220)
0 Favorites   0 Comments

Color spaces of #ea9fdc

RGB 234159220
HSL0.860.640.77
HSV311°32°92°
CMYK 0.000.320.06   0.08
XYZ59.248147.456073.7474
Yxy47.45600.32830.2630
Hunter Lab68.888332.9662-15.2502
CIE-Lab74.480537.1166-19.6400

#ea9fdc color RGB value is (234,159,220).

#ea9fdc hex color red value is 234, green value is 159 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ea9fdc hue: 0.86 , saturation: 0.64 and the lightness value of ea9fdc is 0.77.

The process color (four color CMYK) of #ea9fdc color hex is 0.00, 0.32, 0.06, 0.08. Web safe color of #ea9fdc is #ff99cc. Color #ea9fdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10011111 11011100
Octal 352 237 334
Decimal 234 159 220
Hex EA 9F DC

RGB Percentages of Color #ea9fdc

%38.17
%25.94
%35.89

CMYK Percentages of Color #ea9fdc

%0
%32
%6
%8

Triadic Colors of #ea9fdc

#ea9fdc #dcea9f #9fdcea

Analogous Colors of #ea9fdc

#ea9fdc #ea9fb7 #d39fea

Monochromatic Colors of #ea9fdc

#ea9fdc

Complementary Color

#ea9fdc #9feaad

#ea9fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea9fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea9fdc Color CSS Codes

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

#ea9fdc Text Font Color

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

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


#ea9fdc Background Color

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

This div background color is #ea9fdc


#ea9fdc Border Color

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

This div border color is #ea9fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea9fdc


Comments

No comments written yet.

Please login to write comment.