Color Hex Logo

#ed174f Color Hex

#ED174F
(237,23,79)
3 Favorites   0 Comments

Color spaces of #ed174f

RGB 2372379
HSL0.960.860.51
HSV344°90°93°
CMYK 0.000.900.67   0.07
XYZ36.642719.18189.1683
Yxy19.18180.56380.2951
Hunter Lab43.797072.696918.2464
CIE-Lab50.899275.544927.6825

#ed174f color RGB value is (237,23,79).

#ed174f hex color red value is 237, green value is 23 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ed174f hue: 0.96 , saturation: 0.86 and the lightness value of ed174f is 0.51.

The process color (four color CMYK) of #ed174f color hex is 0.00, 0.90, 0.67, 0.07. Web safe color of #ed174f is #ff0066. Color #ed174f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010111 01001111
Octal 355 27 117
Decimal 237 23 79
Hex ED 17 4F

RGB Percentages of Color #ed174f

%69.91
%6.78
%23.30

CMYK Percentages of Color #ed174f

%0
%90
%67
%7

Triadic Colors of #ed174f

#ed174f #4fed17 #174fed

Analogous Colors of #ed174f

#ed174f #ed4a17 #ed17ba

Monochromatic Colors of #ed174f

#ed174f

Complementary Color

#ed174f #17edb5

#ed174f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed174f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed174f Color CSS Codes

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

#ed174f Text Font Color

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

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


#ed174f Background Color

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

This div background color is #ed174f


#ed174f Border Color

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

This div border color is #ed174f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed174f


Comments

No comments written yet.

Please login to write comment.