Color Hex Logo

#ea31dd Color Hex

#EA31DD
(234,49,221)
0 Favorites   0 Comments

Color spaces of #ea31dd

RGB 23449221
HSL0.850.810.55
HSV304°79°92°
CMYK 0.000.790.06   0.08
XYZ48.081124.909570.6805
Yxy24.90950.33470.1734
Hunter Lab49.909484.6196-49.0285
CIE-Lab56.987183.7966-47.3316

#ea31dd color RGB value is (234,49,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110001 11011101
Octal 352 61 335
Decimal 234 49 221
Hex EA 31 DD

RGB Percentages of Color #ea31dd

%46.43
%9.72
%43.85

CMYK Percentages of Color #ea31dd

%0
%79
%6
%8

Triadic Colors of #ea31dd

#ea31dd #ddea31 #31ddea

Analogous Colors of #ea31dd

#ea31dd #ea3181 #9b31ea

Monochromatic Colors of #ea31dd

#ea31dd

Complementary Color

#ea31dd #31ea3e

#ea31dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea31dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea31dd Color CSS Codes

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

#ea31dd Text Font Color

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

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


#ea31dd Background Color

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

This div background color is #ea31dd


#ea31dd Border Color

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

This div border color is #ea31dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea31dd


Comments

No comments written yet.

Please login to write comment.