Color Hex Logo

#e21cac Color Hex

#E21CAC
(226,28,172)
0 Favorites   0 Comments

Color spaces of #e21cac

RGB 22628172
HSL0.880.780.50
HSV316°88°89°
CMYK 0.000.880.24   0.11
XYZ39.225719.977840.8184
Yxy19.97780.39220.1997
Hunter Lab44.696578.4328-22.8581
CIE-Lab51.812179.9674-27.2926

#e21cac color RGB value is (226,28,172).

#e21cac hex color red value is 226, green value is 28 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e21cac hue: 0.88 , saturation: 0.78 and the lightness value of e21cac is 0.50.

The process color (four color CMYK) of #e21cac color hex is 0.00, 0.88, 0.24, 0.11. Web safe color of #e21cac is #cc3399. Color #e21cac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00011100 10101100
Octal 342 34 254
Decimal 226 28 172
Hex E2 1C AC

RGB Percentages of Color #e21cac

%53.05
%6.57
%40.38

CMYK Percentages of Color #e21cac

%0
%88
%24
%11

Triadic Colors of #e21cac

#e21cac #ace21c #1cace2

Analogous Colors of #e21cac

#e21cac #e21c49 #b51ce2

Monochromatic Colors of #e21cac

#e21cac

Complementary Color

#e21cac #1ce252

#e21cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e21cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e21cac Color CSS Codes

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

#e21cac Text Font Color

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

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


#e21cac Background Color

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

This div background color is #e21cac


#e21cac Border Color

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

This div border color is #e21cac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,28,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e21cac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e21cac;
  -webkit-box-shadow: 1px 1px 3px 2px #e21cac;
  box-shadow:         1px 1px 3px 2px #e21cac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,28,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e21cac


Comments

No comments written yet.

Please login to write comment.