Color Hex Logo

#ec213a Color Hex

#EC213A
(236,33,58)
0 Favorites   0 Comments

Color spaces of #ec213a

RGB 2363358
HSL0.980.840.53
HSV353°86°93°
CMYK 0.000.860.75   0.07
XYZ35.899619.22615.8219
Yxy19.22610.58900.3155
Hunter Lab43.847669.411222.8210
CIE-Lab50.950772.846340.0854

#ec213a color RGB value is (236,33,58).

#ec213a hex color red value is 236, green value is 33 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ec213a hue: 0.98 , saturation: 0.84 and the lightness value of ec213a is 0.53.

The process color (four color CMYK) of #ec213a color hex is 0.00, 0.86, 0.75, 0.07. Web safe color of #ec213a is #ff3333. Color #ec213a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00100001 00111010
Octal 354 41 72
Decimal 236 33 58
Hex EC 21 3A

RGB Percentages of Color #ec213a

%72.17
%10.09
%17.74

CMYK Percentages of Color #ec213a

%0
%86
%75
%7

Triadic Colors of #ec213a

#ec213a #3aec21 #213aec

Analogous Colors of #ec213a

#ec213a #ec6e21 #ec21a0

Monochromatic Colors of #ec213a

#ec213a

Complementary Color

#ec213a #21ecd3

#ec213a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec213a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec213a Color CSS Codes

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

#ec213a Text Font Color

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

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


#ec213a Background Color

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

This div background color is #ec213a


#ec213a Border Color

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

This div border color is #ec213a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec213a


Comments

No comments written yet.

Please login to write comment.