Color Hex Logo

#ec030a Color Hex

#EC030A
(236,3,10)
0 Favorites   0 Comments

Color spaces of #ec030a

RGB 236310
HSL0.990.970.47
HSV358°99°93°
CMYK 0.000.990.96   0.07
XYZ34.679417.91991.9182
Yxy17.91990.63610.3287
Hunter Lab42.331972.151026.9457
CIE-Lab49.398875.393360.7161

#ec030a color RGB value is (236,3,10).

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

The process color (four color CMYK) of #ec030a color hex is 0.00, 0.99, 0.96, 0.07. Web safe color of #ec030a is #ff0000. Color #ec030a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000011 00001010
Octal 354 3 12
Decimal 236 3 10
Hex EC 3 A

RGB Percentages of Color #ec030a

%94.78
%1.20
%4.02

CMYK Percentages of Color #ec030a

%0
%99
%96
%7

Triadic Colors of #ec030a

#ec030a #0aec03 #030aec

Analogous Colors of #ec030a

#ec030a #ec7103 #ec037f

Monochromatic Colors of #ec030a

#ec030a

Complementary Color

#ec030a #03ece5

#ec030a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec030a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec030a Color CSS Codes

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

#ec030a Text Font Color

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

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


#ec030a Background Color

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

This div background color is #ec030a


#ec030a Border Color

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

This div border color is #ec030a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec030a


Comments

No comments written yet.

Please login to write comment.