Color Hex Logo

#ed00cd Color Hex

#ED00CD
(237,0,205)
0 Favorites   0 Comments

Color spaces of #ed00cd

RGB 2370205
HSL0.861.000.46
HSV308°100°93°
CMYK 0.001.000.14   0.07
XYZ45.944522.412359.6621
Yxy22.41230.35890.1751
Hunter Lab47.341690.3843-41.5808
CIE-Lab54.461888.6910-42.1743

#ed00cd color RGB value is (237,0,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000000 11001101
Octal 355 0 315
Decimal 237 0 205
Hex ED 0 CD

RGB Percentages of Color #ed00cd

%53.62
%0.00
%46.38

CMYK Percentages of Color #ed00cd

%0
%100
%14
%7

Triadic Colors of #ed00cd

#ed00cd #cded00 #00cded

Analogous Colors of #ed00cd

#ed00cd #ed0056 #9700ed

Monochromatic Colors of #ed00cd

#ed00cd

Complementary Color

#ed00cd #00ed20

#ed00cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed00cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed00cd Color CSS Codes

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

#ed00cd Text Font Color

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

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


#ed00cd Background Color

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

This div background color is #ed00cd


#ed00cd Border Color

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

This div border color is #ed00cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,0,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ed00cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed00cd


Comments

No comments written yet.

Please login to write comment.