Color Hex Logo

#ea90eb Color Hex

#EA90EB
(234,144,235)
0 Favorites   0 Comments

Color spaces of #ea90eb

RGB 234144235
HSL0.830.690.74
HSV299°39°92°
CMYK 0.000.390.00   0.08
XYZ58.900343.437183.8771
Yxy43.43710.31630.2333
Hunter Lab65.906844.1868-29.3213
CIE-Lab71.850647.6148-31.8736

#ea90eb color RGB value is (234,144,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010000 11101011
Octal 352 220 353
Decimal 234 144 235
Hex EA 90 EB

RGB Percentages of Color #ea90eb

%38.17
%23.49
%38.34

CMYK Percentages of Color #ea90eb

%0
%39
%0
%8

Triadic Colors of #ea90eb

#ea90eb #ebea90 #90ebea

Analogous Colors of #ea90eb

#ea90eb #eb90bf #bd90eb

Monochromatic Colors of #ea90eb

#ea90eb

Complementary Color

#ea90eb #91eb90

#ea90eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea90eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea90eb Color CSS Codes

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

#ea90eb Text Font Color

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

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


#ea90eb Background Color

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

This div background color is #ea90eb


#ea90eb Border Color

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

This div border color is #ea90eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea90eb


Comments

No comments written yet.

Please login to write comment.