Color Hex Logo

#ed03cd Color Hex

#ED03CD
(237,3,205)
0 Favorites   0 Comments

Color spaces of #ed03cd

RGB 2373205
HSL0.860.980.47
HSV308°99°93°
CMYK 0.000.990.14   0.07
XYZ45.977122.477459.6729
Yxy22.47740.35880.1754
Hunter Lab47.410390.1358-41.4380
CIE-Lab54.529988.4900-42.0667

#ed03cd color RGB value is (237,3,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000011 11001101
Octal 355 3 315
Decimal 237 3 205
Hex ED 3 CD

RGB Percentages of Color #ed03cd

%53.26
%0.67
%46.07

CMYK Percentages of Color #ed03cd

%0
%99
%14
%7

Triadic Colors of #ed03cd

#ed03cd #cded03 #03cded

Analogous Colors of #ed03cd

#ed03cd #ed0358 #9803ed

Monochromatic Colors of #ed03cd

#ed03cd

Complementary Color

#ed03cd #03ed23

#ed03cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed03cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed03cd Color CSS Codes

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

#ed03cd Text Font Color

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

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


#ed03cd Background Color

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

This div background color is #ed03cd


#ed03cd Border Color

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

This div border color is #ed03cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed03cd


Comments

No comments written yet.

Please login to write comment.