Color Hex Logo

#ed00dd Color Hex

#ED00DD
(237,0,221)
0 Favorites   0 Comments

Color spaces of #ed00dd

RGB 2370221
HSL0.841.000.46
HSV304°100°93°
CMYK 0.001.000.07   0.07
XYZ47.976223.225070.3609
Yxy23.22500.33890.1641
Hunter Lab48.192393.3629-52.8289
CIE-Lab55.303390.7644-49.9733

#ed00dd color RGB value is (237,0,221).

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

The process color (four color CMYK) of #ed00dd color hex is 0.00, 1.00, 0.07, 0.07. Web safe color of #ed00dd is #ff00cc. Color #ed00dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000000 11011101
Octal 355 0 335
Decimal 237 0 221
Hex ED 0 DD

RGB Percentages of Color #ed00dd

%51.75
%0.00
%48.25

CMYK Percentages of Color #ed00dd

%0
%100
%7
%7

Triadic Colors of #ed00dd

#ed00dd #dded00 #00dded

Analogous Colors of #ed00dd

#ed00dd #ed0067 #8700ed

Monochromatic Colors of #ed00dd

#ed00dd

Complementary Color

#ed00dd #00ed10

#ed00dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed00dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed00dd Color CSS Codes

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

#ed00dd Text Font Color

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

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


#ed00dd Background Color

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

This div background color is #ed00dd


#ed00dd Border Color

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

This div border color is #ed00dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed00dd


Comments

No comments written yet.

Please login to write comment.