Color Hex Logo

#ed086f Color Hex

#ED086F
(237,8,111)
0 Favorites   0 Comments

Color spaces of #ed086f

RGB 2378111
HSL0.930.930.48
HSV333°97°93°
CMYK 0.000.970.53   0.07
XYZ37.881119.325916.7726
Yxy19.32590.51200.2612
Hunter Lab43.961276.88018.1519
CIE-Lab51.066378.87888.4196

#ed086f color RGB value is (237,8,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00001000 01101111
Octal 355 10 157
Decimal 237 8 111
Hex ED 8 6F

RGB Percentages of Color #ed086f

%66.57
%2.25
%31.18

CMYK Percentages of Color #ed086f

%0
%97
%53
%7

Triadic Colors of #ed086f

#ed086f #6fed08 #086fed

Analogous Colors of #ed086f

#ed086f #ed1408 #ed08e2

Monochromatic Colors of #ed086f

#ed086f

Complementary Color

#ed086f #08ed86

#ed086f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed086f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed086f Color CSS Codes

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

#ed086f Text Font Color

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

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


#ed086f Background Color

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

This div background color is #ed086f


#ed086f Border Color

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

This div border color is #ed086f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed086f


Comments

No comments written yet.

Please login to write comment.