Color Hex Logo

#ec042d Color Hex

#EC042D
(236,4,45)
0 Favorites   0 Comments

Color spaces of #ec042d

RGB 236445
HSL0.970.970.47
HSV349°98°93°
CMYK 0.000.980.81   0.07
XYZ35.109118.10924.1276
Yxy18.10920.61220.3158
Hunter Lab42.554972.796924.0376
CIE-Lab49.628375.873745.9667

#ec042d color RGB value is (236,4,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000100 00101101
Octal 354 4 55
Decimal 236 4 45
Hex EC 4 2D

RGB Percentages of Color #ec042d

%82.81
%1.40
%15.79

CMYK Percentages of Color #ec042d

%0
%98
%81
%7

Triadic Colors of #ec042d

#ec042d #2dec04 #042dec

Analogous Colors of #ec042d

#ec042d #ec4f04 #ec04a1

Monochromatic Colors of #ec042d

#ec042d

Complementary Color

#ec042d #04ecc3

#ec042d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec042d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec042d Color CSS Codes

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

#ec042d Text Font Color

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

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


#ec042d Background Color

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

This div background color is #ec042d


#ec042d Border Color

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

This div border color is #ec042d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec042d


Comments

No comments written yet.

Please login to write comment.