Color Hex Logo

#ed0d66 Color Hex

#ED0D66
(237,13,102)
0 Favorites   0 Comments

Color spaces of #ed0d66

RGB 23713102
HSL0.930.900.49
HSV336°95°93°
CMYK 0.000.950.57   0.07
XYZ37.467219.251714.3116
Yxy19.25170.52750.2710
Hunter Lab43.876875.640211.3747
CIE-Lab50.980477.904213.7947

#ed0d66 color RGB value is (237,13,102).

#ed0d66 hex color red value is 237, green value is 13 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #ed0d66 hue: 0.93 , saturation: 0.90 and the lightness value of ed0d66 is 0.49.

The process color (four color CMYK) of #ed0d66 color hex is 0.00, 0.95, 0.57, 0.07. Web safe color of #ed0d66 is #ff0066. Color #ed0d66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00001101 01100110
Octal 355 15 146
Decimal 237 13 102
Hex ED D 66

RGB Percentages of Color #ed0d66

%67.33
%3.69
%28.98

CMYK Percentages of Color #ed0d66

%0
%95
%57
%7

Triadic Colors of #ed0d66

#ed0d66 #66ed0d #0d66ed

Analogous Colors of #ed0d66

#ed0d66 #ed240d #ed0dd6

Monochromatic Colors of #ed0d66

#ed0d66

Complementary Color

#ed0d66 #0ded94

#ed0d66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed0d66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed0d66 Color CSS Codes

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

#ed0d66 Text Font Color

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

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


#ed0d66 Background Color

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

This div background color is #ed0d66


#ed0d66 Border Color

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

This div border color is #ed0d66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed0d66


Comments

No comments written yet.

Please login to write comment.