Color Hex Logo

#ed096f Color Hex

#ED096F
(237,9,111)
0 Favorites   0 Comments

Color spaces of #ed096f

RGB 2379111
HSL0.930.930.48
HSV333°96°93°
CMYK 0.000.960.53   0.07
XYZ37.892019.347616.7763
Yxy19.34760.51190.2614
Hunter Lab43.985976.79498.1768
CIE-Lab51.091478.80598.4550

#ed096f color RGB value is (237,9,111).

#ed096f hex color red value is 237, green value is 9 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ed096f hue: 0.93 , saturation: 0.93 and the lightness value of ed096f is 0.48.

The process color (four color CMYK) of #ed096f color hex is 0.00, 0.96, 0.53, 0.07. Web safe color of #ed096f is #ff0066. Color #ed096f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00001001 01101111
Octal 355 11 157
Decimal 237 9 111
Hex ED 9 6F

RGB Percentages of Color #ed096f

%66.39
%2.52
%31.09

CMYK Percentages of Color #ed096f

%0
%96
%53
%7

Triadic Colors of #ed096f

#ed096f #6fed09 #096fed

Analogous Colors of #ed096f

#ed096f #ed1509 #ed09e1

Monochromatic Colors of #ed096f

#ed096f

Complementary Color

#ed096f #09ed87

#ed096f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed096f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed096f Color CSS Codes

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

#ed096f Text Font Color

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

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


#ed096f Background Color

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

This div background color is #ed096f


#ed096f Border Color

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

This div border color is #ed096f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed096f


Comments

No comments written yet.

Please login to write comment.