Color Hex Logo

#ea92dc Color Hex

#EA92DC
(234,146,220)
0 Favorites   0 Comments

Color spaces of #ea92dc

RGB 234146220
HSL0.860.680.75
HSV310°38°92°
CMYK 0.000.380.06   0.08
XYZ57.128843.217573.0409
Yxy43.21750.32950.2493
Hunter Lab65.740040.0734-19.8566
CIE-Lab71.702343.9368-23.8672

#ea92dc color RGB value is (234,146,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010010 11011100
Octal 352 222 334
Decimal 234 146 220
Hex EA 92 DC

RGB Percentages of Color #ea92dc

%39.00
%24.33
%36.67

CMYK Percentages of Color #ea92dc

%0
%38
%6
%8

Triadic Colors of #ea92dc

#ea92dc #dcea92 #92dcea

Analogous Colors of #ea92dc

#ea92dc #ea92b0 #cc92ea

Monochromatic Colors of #ea92dc

#ea92dc

Complementary Color

#ea92dc #92eaa0

#ea92dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea92dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea92dc Color CSS Codes

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

#ea92dc Text Font Color

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

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


#ea92dc Background Color

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

This div background color is #ea92dc


#ea92dc Border Color

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

This div border color is #ea92dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea92dc


Comments

No comments written yet.

Please login to write comment.