Color Hex Logo

#ec072b Color Hex

#EC072B
(236,7,43)
0 Favorites   0 Comments

Color spaces of #ec072b

RGB 236743
HSL0.970.940.48
HSV351°97°93°
CMYK 0.000.970.82   0.07
XYZ35.104118.15923.9404
Yxy18.15920.61370.3174
Hunter Lab42.613672.470324.3471
CIE-Lab49.688675.596647.1022

#ec072b color RGB value is (236,7,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000111 00101011
Octal 354 7 53
Decimal 236 7 43
Hex EC 7 2B

RGB Percentages of Color #ec072b

%82.52
%2.45
%15.03

CMYK Percentages of Color #ec072b

%0
%97
%82
%7

Triadic Colors of #ec072b

#ec072b #2bec07 #072bec

Analogous Colors of #ec072b

#ec072b #ec5507 #ec079e

Monochromatic Colors of #ec072b

#ec072b

Complementary Color

#ec072b #07ecc8

#ec072b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec072b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec072b Color CSS Codes

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

#ec072b Text Font Color

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

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


#ec072b Background Color

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

This div background color is #ec072b


#ec072b Border Color

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

This div border color is #ec072b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec072b


Comments

No comments written yet.

Please login to write comment.