Color Hex Logo

#ed086e Color Hex

#ED086E
(237,8,110)
0 Favorites   0 Comments

Color spaces of #ed086e

RGB 2378110
HSL0.930.930.48
HSV333°97°93°
CMYK 0.000.970.54   0.07
XYZ37.826419.304016.4842
Yxy19.30400.51380.2622
Hunter Lab43.936376.78878.5108
CIE-Lab51.041078.81098.9940

#ed086e color RGB value is (237,8,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00001000 01101110
Octal 355 10 156
Decimal 237 8 110
Hex ED 8 6E

RGB Percentages of Color #ed086e

%66.76
%2.25
%30.99

CMYK Percentages of Color #ed086e

%0
%97
%54
%7

Triadic Colors of #ed086e

#ed086e #6eed08 #086eed

Analogous Colors of #ed086e

#ed086e #ed1508 #ed08e1

Monochromatic Colors of #ed086e

#ed086e

Complementary Color

#ed086e #08ed87

#ed086e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed086e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed086e Color CSS Codes

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

#ed086e Text Font Color

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

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


#ed086e Background Color

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

This div background color is #ed086e


#ed086e Border Color

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

This div border color is #ed086e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed086e


Comments

No comments written yet.

Please login to write comment.