Color Hex Logo

#ed03de Color Hex

#ED03DE
(237,3,222)
0 Favorites   0 Comments

Color spaces of #ed03de

RGB 2373222
HSL0.840.980.47
HSV304°99°93°
CMYK 0.000.990.06   0.07
XYZ48.142423.343671.0756
Yxy23.34360.33770.1637
Hunter Lab48.315293.3099-53.3997
CIE-Lab55.424590.7013-50.3479

#ed03de color RGB value is (237,3,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000011 11011110
Octal 355 3 336
Decimal 237 3 222
Hex ED 3 DE

RGB Percentages of Color #ed03de

%51.30
%0.65
%48.05

CMYK Percentages of Color #ed03de

%0
%99
%6
%7

Triadic Colors of #ed03de

#ed03de #deed03 #03deed

Analogous Colors of #ed03de

#ed03de #ed0369 #8703ed

Monochromatic Colors of #ed03de

#ed03de

Complementary Color

#ed03de #03ed12

#ed03de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed03de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed03de Color CSS Codes

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

#ed03de Text Font Color

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

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


#ed03de Background Color

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

This div background color is #ed03de


#ed03de Border Color

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

This div border color is #ed03de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed03de


Comments

No comments written yet.

Please login to write comment.