Color Hex Logo

#ec174d Color Hex

#EC174D
(236,23,77)
0 Favorites   0 Comments

Color spaces of #ec174d

RGB 2362377
HSL0.960.850.51
HSV345°90°93°
CMYK 0.000.900.67   0.07
XYZ36.238018.98158.7750
Yxy18.98150.56630.2966
Hunter Lab43.567872.225918.5558
CIE-Lab50.665675.207428.5515

#ec174d color RGB value is (236,23,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010111 01001101
Octal 354 27 115
Decimal 236 23 77
Hex EC 17 4D

RGB Percentages of Color #ec174d

%70.24
%6.85
%22.92

CMYK Percentages of Color #ec174d

%0
%90
%67
%7

Triadic Colors of #ec174d

#ec174d #4dec17 #174dec

Analogous Colors of #ec174d

#ec174d #ec4c17 #ec17b8

Monochromatic Colors of #ec174d

#ec174d

Complementary Color

#ec174d #17ecb6

#ec174d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec174d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec174d Color CSS Codes

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

#ec174d Text Font Color

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

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


#ec174d Background Color

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

This div background color is #ec174d


#ec174d Border Color

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

This div border color is #ec174d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec174d


Comments

No comments written yet.

Please login to write comment.