Color Hex Logo

#ed927f Color Hex

#ED927F
(237,146,127)
0 Favorites   0 Comments

Color spaces of #ed927f

RGB 237146127
HSL0.030.750.71
HSV10°46°93°
CMYK 0.000.380.46   0.07
XYZ49.034740.094625.2333
Yxy40.09460.42880.3506
Hunter Lab63.320327.418420.6970
CIE-Lab69.536932.319624.6294

#ed927f color RGB value is (237,146,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010010 01111111
Octal 355 222 177
Decimal 237 146 127
Hex ED 92 7F

RGB Percentages of Color #ed927f

%46.47
%28.63
%24.90

CMYK Percentages of Color #ed927f

%0
%38
%46
%7

Triadic Colors of #ed927f

#ed927f #7fed92 #927fed

Analogous Colors of #ed927f

#ed927f #edc97f #ed7fa3

Monochromatic Colors of #ed927f

#ed927f

Complementary Color

#ed927f #7fdaed

#ed927f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed927f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed927f Color CSS Codes

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

#ed927f Text Font Color

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

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


#ed927f Background Color

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

This div background color is #ed927f


#ed927f Border Color

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

This div border color is #ed927f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed927f


Comments

No comments written yet.

Please login to write comment.