Color Hex Logo

#ea44dd Color Hex

#EA44DD
(234,68,221)
0 Favorites   0 Comments

Color spaces of #ea44dd

RGB 23468221
HSL0.850.800.59
HSV305°71°92°
CMYK 0.000.710.06   0.08
XYZ49.050026.847171.0034
Yxy26.84710.33390.1828
Hunter Lab51.814278.3025-44.9779
CIE-Lab58.832578.5006-44.4132

#ea44dd color RGB value is (234,68,221).

#ea44dd hex color red value is 234, green value is 68 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ea44dd hue: 0.85 , saturation: 0.80 and the lightness value of ea44dd is 0.59.

The process color (four color CMYK) of #ea44dd color hex is 0.00, 0.71, 0.06, 0.08. Web safe color of #ea44dd is #ff33cc. Color #ea44dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000100 11011101
Octal 352 104 335
Decimal 234 68 221
Hex EA 44 DD

RGB Percentages of Color #ea44dd

%44.74
%13.00
%42.26

CMYK Percentages of Color #ea44dd

%0
%71
%6
%8

Triadic Colors of #ea44dd

#ea44dd #ddea44 #44ddea

Analogous Colors of #ea44dd

#ea44dd #ea448a #a444ea

Monochromatic Colors of #ea44dd

#ea44dd

Complementary Color

#ea44dd #44ea51

#ea44dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea44dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea44dd Color CSS Codes

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

#ea44dd Text Font Color

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

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


#ea44dd Background Color

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

This div background color is #ea44dd


#ea44dd Border Color

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

This div border color is #ea44dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea44dd


Comments

No comments written yet.

Please login to write comment.