Color Hex Logo

#e8219c Color Hex

#E8219C
(232,33,156)
0 Favorites   0 Comments

Color spaces of #e8219c

RGB 23233156
HSL0.900.810.52
HSV323°86°91°
CMYK 0.000.860.33   0.09
XYZ39.823320.643833.3382
Yxy20.64380.42450.2201
Hunter Lab45.435476.9398-11.6991
CIE-Lab52.557478.6357-16.5978

#e8219c color RGB value is (232,33,156).

#e8219c hex color red value is 232, green value is 33 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #e8219c hue: 0.90 , saturation: 0.81 and the lightness value of e8219c is 0.52.

The process color (four color CMYK) of #e8219c color hex is 0.00, 0.86, 0.33, 0.09. Web safe color of #e8219c is #ff3399. Color #e8219c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00100001 10011100
Octal 350 41 234
Decimal 232 33 156
Hex E8 21 9C

RGB Percentages of Color #e8219c

%55.11
%7.84
%37.05

CMYK Percentages of Color #e8219c

%0
%86
%33
%9

Triadic Colors of #e8219c

#e8219c #9ce821 #219ce8

Analogous Colors of #e8219c

#e8219c #e82138 #d121e8

Monochromatic Colors of #e8219c

#e8219c

Complementary Color

#e8219c #21e86d

#e8219c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8219c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8219c Color CSS Codes

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

#e8219c Text Font Color

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

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


#e8219c Background Color

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

This div background color is #e8219c


#e8219c Border Color

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

This div border color is #e8219c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8219c


Comments

No comments written yet.

Please login to write comment.