Color Hex Logo

#ed12de Color Hex

#ED12DE
(237,18,222)
0 Favorites   0 Comments

Color spaces of #ed12de

RGB 23718222
HSL0.840.860.50
HSV304°92°93°
CMYK 0.000.920.06   0.07
XYZ48.326223.711171.1369
Yxy23.71110.33750.1656
Hunter Lab48.694091.9370-52.5306
CIE-Lab55.797489.6007-49.7549

#ed12de color RGB value is (237,18,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010010 11011110
Octal 355 22 336
Decimal 237 18 222
Hex ED 12 DE

RGB Percentages of Color #ed12de

%49.69
%3.77
%46.54

CMYK Percentages of Color #ed12de

%0
%92
%6
%7

Triadic Colors of #ed12de

#ed12de #deed12 #12deed

Analogous Colors of #ed12de

#ed12de #ed1271 #8f12ed

Monochromatic Colors of #ed12de

#ed12de

Complementary Color

#ed12de #12ed21

#ed12de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed12de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed12de Color CSS Codes

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

#ed12de Text Font Color

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

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


#ed12de Background Color

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

This div background color is #ed12de


#ed12de Border Color

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

This div border color is #ed12de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed12de


Comments

No comments written yet.

Please login to write comment.