Color Hex Logo

#e882da Color Hex

#E882DA
(232,130,218)
0 Favorites   0 Comments

Color spaces of #e882da

RGB 232130218
HSL0.860.690.71
HSV308°44°91°
CMYK 0.000.440.06   0.09
XYZ53.916238.183070.8580
Yxy38.18300.33090.2343
Hunter Lab61.792447.6113-24.7338
CIE-Lab68.155351.1632-28.2211

#e882da color RGB value is (232,130,218).

#e882da hex color red value is 232, green value is 130 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e882da hue: 0.86 , saturation: 0.69 and the lightness value of e882da is 0.71.

The process color (four color CMYK) of #e882da color hex is 0.00, 0.44, 0.06, 0.09. Web safe color of #e882da is #ff99cc. Color #e882da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10000010 11011010
Octal 350 202 332
Decimal 232 130 218
Hex E8 82 DA

RGB Percentages of Color #e882da

%40.00
%22.41
%37.59

CMYK Percentages of Color #e882da

%0
%44
%6
%9

Triadic Colors of #e882da

#e882da #dae882 #82dae8

Analogous Colors of #e882da

#e882da #e882a7 #c382e8

Monochromatic Colors of #e882da

#e882da

Complementary Color

#e882da #82e890

#e882da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e882da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e882da Color CSS Codes

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

#e882da Text Font Color

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

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


#e882da Background Color

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

This div background color is #e882da


#e882da Border Color

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

This div border color is #e882da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e882da


Comments

No comments written yet.

Please login to write comment.