Color Hex Logo

#ec172e Color Hex

#EC172E
(236,23,46)
0 Favorites   0 Comments

Color spaces of #ec172e

RGB 2362346
HSL0.980.850.51
HSV354°90°93°
CMYK 0.000.900.81   0.07
XYZ35.391618.64294.3179
Yxy18.64290.60650.3195
Hunter Lab43.177470.752124.2950
CIE-Lab50.266874.081346.0505

#ec172e color RGB value is (236,23,46).

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

The process color (four color CMYK) of #ec172e color hex is 0.00, 0.90, 0.81, 0.07. Web safe color of #ec172e is #ff0033. Color #ec172e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010111 00101110
Octal 354 27 56
Decimal 236 23 46
Hex EC 17 2E

RGB Percentages of Color #ec172e

%77.38
%7.54
%15.08

CMYK Percentages of Color #ec172e

%0
%90
%81
%7

Triadic Colors of #ec172e

#ec172e #2eec17 #172eec

Analogous Colors of #ec172e

#ec172e #ec6b17 #ec1799

Monochromatic Colors of #ec172e

#ec172e

Complementary Color

#ec172e #17ecd5

#ec172e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec172e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec172e Color CSS Codes

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

#ec172e Text Font Color

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

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


#ec172e Background Color

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

This div background color is #ec172e


#ec172e Border Color

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

This div border color is #ec172e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec172e


Comments

No comments written yet.

Please login to write comment.