Color Hex Logo

#ec062c Color Hex

#EC062C
(236,6,44)
0 Favorites   0 Comments

Color spaces of #ec062c

RGB 236644
HSL0.970.950.47
HSV350°97°93°
CMYK 0.000.970.81   0.07
XYZ35.111818.14504.0346
Yxy18.14500.61290.3167
Hunter Lab42.596972.589324.2022
CIE-Lab49.671575.696646.5496

#ec062c color RGB value is (236,6,44).

#ec062c hex color red value is 236, green value is 6 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ec062c hue: 0.97 , saturation: 0.95 and the lightness value of ec062c is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000110 00101100
Octal 354 6 54
Decimal 236 6 44
Hex EC 6 2C

RGB Percentages of Color #ec062c

%82.52
%2.10
%15.38

CMYK Percentages of Color #ec062c

%0
%97
%81
%7

Triadic Colors of #ec062c

#ec062c #2cec06 #062cec

Analogous Colors of #ec062c

#ec062c #ec5306 #ec069f

Monochromatic Colors of #ec062c

#ec062c

Complementary Color

#ec062c #06ecc6

#ec062c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec062c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec062c Color CSS Codes

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

#ec062c Text Font Color

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

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


#ec062c Background Color

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

This div background color is #ec062c


#ec062c Border Color

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

This div border color is #ec062c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec062c


Comments

No comments written yet.

Please login to write comment.