Color Hex Logo

#ea90ed Color Hex

#EA90ED
(234,144,237)
0 Favorites   0 Comments

Color spaces of #ea90ed

RGB 234144237
HSL0.830.720.75
HSV298°39°93°
CMYK 0.010.390.00   0.07
XYZ59.191043.553485.4077
Yxy43.55340.31460.2315
Hunter Lab65.995044.6056-30.5339
CIE-Lab71.929047.9773-32.8470

#ea90ed color RGB value is (234,144,237).

#ea90ed hex color red value is 234, green value is 144 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ea90ed hue: 0.83 , saturation: 0.72 and the lightness value of ea90ed is 0.75.

The process color (four color CMYK) of #ea90ed color hex is 0.01, 0.39, 0.00, 0.07. Web safe color of #ea90ed is #ff99ff. Color #ea90ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010000 11101101
Octal 352 220 355
Decimal 234 144 237
Hex EA 90 ED

RGB Percentages of Color #ea90ed

%38.05
%23.41
%38.54

CMYK Percentages of Color #ea90ed

%1
%39
%0
%7

Triadic Colors of #ea90ed

#ea90ed #edea90 #90edea

Analogous Colors of #ea90ed

#ea90ed #ed90c2 #bc90ed

Monochromatic Colors of #ea90ed

#ea90ed

Complementary Color

#ea90ed #93ed90

#ea90ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea90ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea90ed Color CSS Codes

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

#ea90ed Text Font Color

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

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


#ea90ed Background Color

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

This div background color is #ea90ed


#ea90ed Border Color

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

This div border color is #ea90ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea90ed


Comments

No comments written yet.

Please login to write comment.