Color Hex Logo

#ed8174 Color Hex

#ED8174
(237,129,116)
0 Favorites   0 Comments

Color spaces of #ed8174

RGB 237129116
HSL0.020.770.69
HSV51°93°
CMYK 0.000.460.51   0.07
XYZ45.927734.966020.8515
Yxy34.96600.45140.3437
Hunter Lab59.132135.159320.4852
CIE-Lab65.722240.106825.6199

#ed8174 color RGB value is (237,129,116).

#ed8174 hex color red value is 237, green value is 129 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #ed8174 hue: 0.02 , saturation: 0.77 and the lightness value of ed8174 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000001 01110100
Octal 355 201 164
Decimal 237 129 116
Hex ED 81 74

RGB Percentages of Color #ed8174

%49.17
%26.76
%24.07

CMYK Percentages of Color #ed8174

%0
%46
%51
%7

Triadic Colors of #ed8174

#ed8174 #74ed81 #8174ed

Analogous Colors of #ed8174

#ed8174 #edbe74 #ed74a4

Monochromatic Colors of #ed8174

#ed8174

Complementary Color

#ed8174 #74e0ed

#ed8174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed8174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed8174 Color CSS Codes

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

#ed8174 Text Font Color

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

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


#ed8174 Background Color

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

This div background color is #ed8174


#ed8174 Border Color

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

This div border color is #ed8174


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed8174


Comments

No comments written yet.

Please login to write comment.