Color Hex Logo

#ed39dd Color Hex

#ED39DD
(237,57,221)
0 Favorites   0 Comments

Color spaces of #ed39dd

RGB 23757221
HSL0.850.830.58
HSV305°76°93°
CMYK 0.000.760.07   0.07
XYZ49.439326.151270.8486
Yxy26.15120.33760.1786
Hunter Lab51.138283.0778-46.3455
CIE-Lab58.180382.3702-45.4117

#ed39dd color RGB value is (237,57,221).

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

The process color (four color CMYK) of #ed39dd color hex is 0.00, 0.76, 0.07, 0.07. Web safe color of #ed39dd is #ff33cc. Color #ed39dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00111001 11011101
Octal 355 71 335
Decimal 237 57 221
Hex ED 39 DD

RGB Percentages of Color #ed39dd

%46.02
%11.07
%42.91

CMYK Percentages of Color #ed39dd

%0
%76
%7
%7

Triadic Colors of #ed39dd

#ed39dd #dded39 #39dded

Analogous Colors of #ed39dd

#ed39dd #ed3983 #a339ed

Monochromatic Colors of #ed39dd

#ed39dd

Complementary Color

#ed39dd #39ed49

#ed39dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed39dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed39dd Color CSS Codes

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

#ed39dd Text Font Color

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

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


#ed39dd Background Color

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

This div background color is #ed39dd


#ed39dd Border Color

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

This div border color is #ed39dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed39dd


Comments

No comments written yet.

Please login to write comment.