Color Hex Logo

#ed916f Color Hex

#ED916F
(237,145,111)
0 Favorites   0 Comments

Color spaces of #ed916f

RGB 237145111
HSL0.040.780.68
HSV16°53°93°
CMYK 0.000.390.53   0.07
XYZ47.919739.403020.1188
Yxy39.40300.44600.3667
Hunter Lab62.771826.415424.9374
CIE-Lab69.042231.388932.7104

#ed916f color RGB value is (237,145,111).

#ed916f hex color red value is 237, green value is 145 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ed916f hue: 0.04 , saturation: 0.78 and the lightness value of ed916f is 0.68.

The process color (four color CMYK) of #ed916f color hex is 0.00, 0.39, 0.53, 0.07. Web safe color of #ed916f is #ff9966. Color #ed916f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010001 01101111
Octal 355 221 157
Decimal 237 145 111
Hex ED 91 6F

RGB Percentages of Color #ed916f

%48.07
%29.41
%22.52

CMYK Percentages of Color #ed916f

%0
%39
%53
%7

Triadic Colors of #ed916f

#ed916f #6fed91 #916fed

Analogous Colors of #ed916f

#ed916f #edd06f #ed6f8c

Monochromatic Colors of #ed916f

#ed916f

Complementary Color

#ed916f #6fcbed

#ed916f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed916f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed916f Color CSS Codes

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

#ed916f Text Font Color

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

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


#ed916f Background Color

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

This div background color is #ed916f


#ed916f Border Color

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

This div border color is #ed916f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed916f


Comments

No comments written yet.

Please login to write comment.