Color Hex Logo

#ed36dd Color Hex

#ED36DD
(237,54,221)
0 Favorites   0 Comments

Color spaces of #ed36dd

RGB 23754221
HSL0.850.840.57
HSV305°77°93°
CMYK 0.000.770.07   0.07
XYZ49.295425.863370.8006
Yxy25.86330.33770.1772
Hunter Lab50.856084.0246-46.9431
CIE-Lab57.907183.1574-45.8436

#ed36dd color RGB value is (237,54,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110110 11011101
Octal 355 66 335
Decimal 237 54 221
Hex ED 36 DD

RGB Percentages of Color #ed36dd

%46.29
%10.55
%43.16

CMYK Percentages of Color #ed36dd

%0
%77
%7
%7

Triadic Colors of #ed36dd

#ed36dd #dded36 #36dded

Analogous Colors of #ed36dd

#ed36dd #ed3682 #a236ed

Monochromatic Colors of #ed36dd

#ed36dd

Complementary Color

#ed36dd #36ed46

#ed36dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed36dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed36dd Color CSS Codes

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

#ed36dd Text Font Color

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

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


#ed36dd Background Color

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

This div background color is #ed36dd


#ed36dd Border Color

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

This div border color is #ed36dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed36dd


Comments

No comments written yet.

Please login to write comment.