Color Hex Logo

#ea39ee Color Hex

#EA39EE
(234,57,238)
0 Favorites   0 Comments

Color spaces of #ea39ee

RGB 23457238
HSL0.830.840.58
HSV299°76°93°
CMYK 0.020.760.00   0.07
XYZ50.827426.591783.3427
Yxy26.59170.31620.1654
Hunter Lab51.567185.6969-59.7274
CIE-Lab58.594584.3136-54.3389

#ea39ee color RGB value is (234,57,238).

#ea39ee hex color red value is 234, green value is 57 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ea39ee hue: 0.83 , saturation: 0.84 and the lightness value of ea39ee is 0.58.

The process color (four color CMYK) of #ea39ee color hex is 0.02, 0.76, 0.00, 0.07. Web safe color of #ea39ee is #ff33ff. Color #ea39ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00111001 11101110
Octal 352 71 356
Decimal 234 57 238
Hex EA 39 EE

RGB Percentages of Color #ea39ee

%44.23
%10.78
%44.99

CMYK Percentages of Color #ea39ee

%2
%76
%0
%7

Triadic Colors of #ea39ee

#ea39ee #eeea39 #39eeea

Analogous Colors of #ea39ee

#ea39ee #ee3998 #9039ee

Monochromatic Colors of #ea39ee

#ea39ee

Complementary Color

#ea39ee #3dee39

#ea39ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea39ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea39ee Color CSS Codes

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

#ea39ee Text Font Color

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

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


#ea39ee Background Color

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

This div background color is #ea39ee


#ea39ee Border Color

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

This div border color is #ea39ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea39ee


Comments

No comments written yet.

Please login to write comment.