Color Hex Logo

#ec072a Color Hex

#EC072A
(236,7,42)
0 Favorites   0 Comments

Color spaces of #ec072a

RGB 236742
HSL0.970.940.48
HSV351°97°93°
CMYK 0.000.970.82   0.07
XYZ35.086018.15203.8449
Yxy18.15200.61460.3180
Hunter Lab42.605272.438424.4730
CIE-Lab49.680075.572447.6260

#ec072a color RGB value is (236,7,42).

#ec072a hex color red value is 236, green value is 7 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ec072a hue: 0.97 , saturation: 0.94 and the lightness value of ec072a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000111 00101010
Octal 354 7 52
Decimal 236 7 42
Hex EC 7 2A

RGB Percentages of Color #ec072a

%82.81
%2.46
%14.74

CMYK Percentages of Color #ec072a

%0
%97
%82
%7

Triadic Colors of #ec072a

#ec072a #2aec07 #072aec

Analogous Colors of #ec072a

#ec072a #ec5707 #ec079d

Monochromatic Colors of #ec072a

#ec072a

Complementary Color

#ec072a #07ecc9

#ec072a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec072a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec072a Color CSS Codes

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

#ec072a Text Font Color

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

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


#ec072a Background Color

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

This div background color is #ec072a


#ec072a Border Color

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

This div border color is #ec072a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec072a


Comments

No comments written yet.

Please login to write comment.