Color Hex Logo

#ec442b Color Hex

#EC442B
(236,68,43)
0 Favorites   0 Comments

Color spaces of #ec442b

RGB 2366843
HSL0.020.840.55
HSV82°93°
CMYK 0.000.710.82   0.07
XYZ37.095222.14154.6041
Yxy22.14150.58110.3468
Hunter Lab47.054858.373127.1371
CIE-Lab54.176862.909151.3172

#ec442b color RGB value is (236,68,43).

#ec442b hex color red value is 236, green value is 68 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ec442b hue: 0.02 , saturation: 0.84 and the lightness value of ec442b is 0.55.

The process color (four color CMYK) of #ec442b color hex is 0.00, 0.71, 0.82, 0.07. Web safe color of #ec442b is #ff3333. Color #ec442b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000100 00101011
Octal 354 104 53
Decimal 236 68 43
Hex EC 44 2B

RGB Percentages of Color #ec442b

%68.01
%19.60
%12.39

CMYK Percentages of Color #ec442b

%0
%71
%82
%7

Triadic Colors of #ec442b

#ec442b #2bec44 #442bec

Analogous Colors of #ec442b

#ec442b #eca52b #ec2b73

Monochromatic Colors of #ec442b

#ec442b

Complementary Color

#ec442b #2bd3ec

#ec442b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec442b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec442b Color CSS Codes

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

#ec442b Text Font Color

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

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


#ec442b Background Color

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

This div background color is #ec442b


#ec442b Border Color

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

This div border color is #ec442b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,68,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 #ec442b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec442b


Comments

No comments written yet.

Please login to write comment.