Color Hex Logo

#ea05dd Color Hex

#EA05DD
(234,5,221)
0 Favorites   0 Comments

Color spaces of #ea05dd

RGB 2345221
HSL0.840.960.47
HSV303°98°92°
CMYK 0.000.980.06   0.08
XYZ47.037122.821470.3325
Yxy22.82140.33550.1628
Hunter Lab47.771792.1544-53.8502
CIE-Lab54.887989.9404-50.6664

#ea05dd color RGB value is (234,5,221).

#ea05dd hex color red value is 234, green value is 5 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ea05dd hue: 0.84 , saturation: 0.96 and the lightness value of ea05dd is 0.47.

The process color (four color CMYK) of #ea05dd color hex is 0.00, 0.98, 0.06, 0.08. Web safe color of #ea05dd is #ff00cc. Color #ea05dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00000101 11011101
Octal 352 5 335
Decimal 234 5 221
Hex EA 5 DD

RGB Percentages of Color #ea05dd

%50.87
%1.09
%48.04

CMYK Percentages of Color #ea05dd

%0
%98
%6
%8

Triadic Colors of #ea05dd

#ea05dd #ddea05 #05ddea

Analogous Colors of #ea05dd

#ea05dd #ea056b #8505ea

Monochromatic Colors of #ea05dd

#ea05dd

Complementary Color

#ea05dd #05ea12

#ea05dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea05dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea05dd Color CSS Codes

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

#ea05dd Text Font Color

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

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


#ea05dd Background Color

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

This div background color is #ea05dd


#ea05dd Border Color

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

This div border color is #ea05dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea05dd


Comments

No comments written yet.

Please login to write comment.