Color Hex Logo

#e21caf Color Hex

#E21CAF
(226,28,175)
0 Favorites   0 Comments

Color spaces of #e21caf

RGB 22628175
HSL0.880.780.50
HSV315°88°89°
CMYK 0.000.880.23   0.11
XYZ39.517120.094442.3533
Yxy20.09440.38760.1971
Hunter Lab44.826878.9100-24.6397
CIE-Lab51.943880.3194-28.8509

#e21caf color RGB value is (226,28,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00011100 10101111
Octal 342 34 257
Decimal 226 28 175
Hex E2 1C AF

RGB Percentages of Color #e21caf

%52.68
%6.53
%40.79

CMYK Percentages of Color #e21caf

%0
%88
%23
%11

Triadic Colors of #e21caf

#e21caf #afe21c #1cafe2

Analogous Colors of #e21caf

#e21caf #e21c4c #b21ce2

Monochromatic Colors of #e21caf

#e21caf

Complementary Color

#e21caf #1ce24f

#e21caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e21caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e21caf Color CSS Codes

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

#e21caf Text Font Color

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

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


#e21caf Background Color

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

This div background color is #e21caf


#e21caf Border Color

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

This div border color is #e21caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e21caf


Comments

No comments written yet.

Please login to write comment.