Color Hex Logo

#ec422d Color Hex

#EC422D
(236,66,45)
0 Favorites   0 Comments

Color spaces of #ec422d

RGB 2366645
HSL0.020.830.55
HSV81°93°
CMYK 0.000.720.81   0.07
XYZ37.013921.91884.7625
Yxy21.91880.58110.3441
Hunter Lab46.817559.191326.7410
CIE-Lab53.940763.659650.1201

#ec422d color RGB value is (236,66,45).

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

The process color (four color CMYK) of #ec422d color hex is 0.00, 0.72, 0.81, 0.07. Web safe color of #ec422d is #ff3333. Color #ec422d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000010 00101101
Octal 354 102 55
Decimal 236 66 45
Hex EC 42 2D

RGB Percentages of Color #ec422d

%68.01
%19.02
%12.97

CMYK Percentages of Color #ec422d

%0
%72
%81
%7

Triadic Colors of #ec422d

#ec422d #2dec42 #422dec

Analogous Colors of #ec422d

#ec422d #eca22d #ec2d78

Monochromatic Colors of #ec422d

#ec422d

Complementary Color

#ec422d #2dd7ec

#ec422d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec422d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec422d Color CSS Codes

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

#ec422d Text Font Color

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

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


#ec422d Background Color

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

This div background color is #ec422d


#ec422d Border Color

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

This div border color is #ec422d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec422d


Comments

No comments written yet.

Please login to write comment.