Color Hex Logo

#ed817f Color Hex

#ED817F
(237,129,127)
1 Favorites   0 Comments

Color spaces of #ed817f

RGB 237129127
HSL0.000.750.71
HSV46°93°
CMYK 0.000.460.46   0.07
XYZ46.606135.237324.4238
Yxy35.23730.43860.3316
Hunter Lab59.361036.263917.1581
CIE-Lab65.933041.120519.7438

#ed817f color RGB value is (237,129,127).

#ed817f hex color red value is 237, green value is 129 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ed817f hue: 0.00 , saturation: 0.75 and the lightness value of ed817f is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000001 01111111
Octal 355 201 177
Decimal 237 129 127
Hex ED 81 7F

RGB Percentages of Color #ed817f

%48.07
%26.17
%25.76

CMYK Percentages of Color #ed817f

%0
%46
%46
%7

Triadic Colors of #ed817f

#ed817f #7fed81 #817fed

Analogous Colors of #ed817f

#ed817f #edb87f #ed7fb4

Monochromatic Colors of #ed817f

#ed817f

Complementary Color

#ed817f #7febed

#ed817f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed817f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed817f Color CSS Codes

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

#ed817f Text Font Color

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

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


#ed817f Background Color

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

This div background color is #ed817f


#ed817f Border Color

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

This div border color is #ed817f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed817f


Comments

No comments written yet.

Please login to write comment.