Color Hex Logo

#ec042b Color Hex

#EC042B
(236,4,43)
0 Favorites   0 Comments

Color spaces of #ec042b

RGB 236443
HSL0.970.970.47
HSV350°98°93°
CMYK 0.000.980.82   0.07
XYZ35.071518.09413.9295
Yxy18.09410.61430.3169
Hunter Lab42.537272.731624.2989
CIE-Lab49.610075.824347.0277

#ec042b color RGB value is (236,4,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000100 00101011
Octal 354 4 53
Decimal 236 4 43
Hex EC 4 2B

RGB Percentages of Color #ec042b

%83.39
%1.41
%15.19

CMYK Percentages of Color #ec042b

%0
%98
%82
%7

Triadic Colors of #ec042b

#ec042b #2bec04 #042bec

Analogous Colors of #ec042b

#ec042b #ec5104 #ec049f

Monochromatic Colors of #ec042b

#ec042b

Complementary Color

#ec042b #04ecc5

#ec042b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec042b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec042b Color CSS Codes

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

#ec042b Text Font Color

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

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


#ec042b Background Color

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

This div background color is #ec042b


#ec042b Border Color

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

This div border color is #ec042b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec042b


Comments

No comments written yet.

Please login to write comment.