Color Hex Logo

#ea1dee Color Hex

#EA1DEE
(234,29,238)
0 Favorites   0 Comments

Color spaces of #ea1dee

RGB 23429238
HSL0.830.860.52
HSV299°88°93°
CMYK 0.020.880.00   0.07
XYZ49.803724.544283.0015
Yxy24.54420.31650.1560
Hunter Lab49.542192.7439-64.6534
CIE-Lab56.628690.0441-57.4783

#ea1dee color RGB value is (234,29,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00011101 11101110
Octal 352 35 356
Decimal 234 29 238
Hex EA 1D EE

RGB Percentages of Color #ea1dee

%46.71
%5.79
%47.50

CMYK Percentages of Color #ea1dee

%2
%88
%0
%7

Triadic Colors of #ea1dee

#ea1dee #eeea1d #1deeea

Analogous Colors of #ea1dee

#ea1dee #ee1d8a #821dee

Monochromatic Colors of #ea1dee

#ea1dee

Complementary Color

#ea1dee #21ee1d

#ea1dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea1dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea1dee Color CSS Codes

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

#ea1dee Text Font Color

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

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


#ea1dee Background Color

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

This div background color is #ea1dee


#ea1dee Border Color

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

This div border color is #ea1dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea1dee


Comments

No comments written yet.

Please login to write comment.