Color Hex Logo

#ec224d Color Hex

#EC224D
(236,34,77)
0 Favorites   0 Comments

Color spaces of #ec224d

RGB 2363477
HSL0.960.840.53
HSV347°86°93°
CMYK 0.000.860.67   0.07
XYZ36.503719.51278.8636
Yxy19.51270.56260.3008
Hunter Lab44.173270.205219.0244
CIE-Lab51.281773.435429.3241

#ec224d color RGB value is (236,34,77).

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

The process color (four color CMYK) of #ec224d color hex is 0.00, 0.86, 0.67, 0.07. Web safe color of #ec224d is #ff3366. Color #ec224d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00100010 01001101
Octal 354 42 115
Decimal 236 34 77
Hex EC 22 4D

RGB Percentages of Color #ec224d

%68.01
%9.80
%22.19

CMYK Percentages of Color #ec224d

%0
%86
%67
%7

Triadic Colors of #ec224d

#ec224d #4dec22 #224dec

Analogous Colors of #ec224d

#ec224d #ec5c22 #ec22b2

Monochromatic Colors of #ec224d

#ec224d

Complementary Color

#ec224d #22ecc1

#ec224d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec224d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec224d Color CSS Codes

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

#ec224d Text Font Color

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

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


#ec224d Background Color

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

This div background color is #ec224d


#ec224d Border Color

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

This div border color is #ec224d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec224d


Comments

No comments written yet.

Please login to write comment.