Color Hex Logo

#ed03cb Color Hex

#ED03CB
(237,3,203)
0 Favorites   0 Comments

Color spaces of #ed03cb

RGB 2373203
HSL0.860.980.47
HSV309°99°93°
CMYK 0.000.990.14   0.07
XYZ45.737122.381458.4093
Yxy22.38140.36150.1769
Hunter Lab47.309089.7785-40.0852
CIE-Lab54.429488.2393-41.0765

#ed03cb color RGB value is (237,3,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000011 11001011
Octal 355 3 313
Decimal 237 3 203
Hex ED 3 CB

RGB Percentages of Color #ed03cb

%53.50
%0.68
%45.82

CMYK Percentages of Color #ed03cb

%0
%99
%14
%7

Triadic Colors of #ed03cb

#ed03cb #cbed03 #03cbed

Analogous Colors of #ed03cb

#ed03cb #ed0356 #9a03ed

Monochromatic Colors of #ed03cb

#ed03cb

Complementary Color

#ed03cb #03ed25

#ed03cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed03cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed03cb Color CSS Codes

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

#ed03cb Text Font Color

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

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


#ed03cb Background Color

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

This div background color is #ed03cb


#ed03cb Border Color

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

This div border color is #ed03cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed03cb


Comments

No comments written yet.

Please login to write comment.