Color Hex Logo

#ed06de Color Hex

#ED06DE
(237,6,222)
0 Favorites   0 Comments

Color spaces of #ed06de

RGB 2376222
HSL0.840.950.48
HSV304°97°93°
CMYK 0.000.970.06   0.07
XYZ48.175023.408771.0865
Yxy23.40870.33770.1641
Hunter Lab48.382593.0649-53.2446
CIE-Lab55.490890.5053-50.2424

#ed06de color RGB value is (237,6,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000110 11011110
Octal 355 6 336
Decimal 237 6 222
Hex ED 6 DE

RGB Percentages of Color #ed06de

%50.97
%1.29
%47.74

CMYK Percentages of Color #ed06de

%0
%97
%6
%7

Triadic Colors of #ed06de

#ed06de #deed06 #06deed

Analogous Colors of #ed06de

#ed06de #ed066b #8906ed

Monochromatic Colors of #ed06de

#ed06de

Complementary Color

#ed06de #06ed15

#ed06de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed06de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed06de Color CSS Codes

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

#ed06de Text Font Color

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

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


#ed06de Background Color

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

This div background color is #ed06de


#ed06de Border Color

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

This div border color is #ed06de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed06de


Comments

No comments written yet.

Please login to write comment.