Color Hex Logo

#ec302a Color Hex

#EC302A
(236,48,42)
0 Favorites   0 Comments

Color spaces of #ec302a

RGB 2364842
HSL0.010.840.55
HSV82°93°
CMYK 0.000.800.82   0.07
XYZ36.066920.11394.1719
Yxy20.11390.59760.3333
Hunter Lab44.848565.063725.8787
CIE-Lab51.965769.031649.7573

#ec302a color RGB value is (236,48,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110000 00101010
Octal 354 60 52
Decimal 236 48 42
Hex EC 30 2A

RGB Percentages of Color #ec302a

%72.39
%14.72
%12.88

CMYK Percentages of Color #ec302a

%0
%80
%82
%7

Triadic Colors of #ec302a

#ec302a #2aec30 #302aec

Analogous Colors of #ec302a

#ec302a #ec912a #ec2a85

Monochromatic Colors of #ec302a

#ec302a

Complementary Color

#ec302a #2ae6ec

#ec302a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec302a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec302a Color CSS Codes

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

#ec302a Text Font Color

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

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


#ec302a Background Color

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

This div background color is #ec302a


#ec302a Border Color

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

This div border color is #ec302a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec302a


Comments

No comments written yet.

Please login to write comment.