Color Hex Logo

#e882cd Color Hex

#E882CD
(232,130,205)
0 Favorites   0 Comments

Color spaces of #e882cd

RGB 232130205
HSL0.880.690.71
HSV316°44°91°
CMYK 0.000.440.12   0.09
XYZ52.280837.528862.2459
Yxy37.52880.34380.2468
Hunter Lab61.260845.1281-17.3609
CIE-Lab67.671949.0189-21.7275

#e882cd color RGB value is (232,130,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10000010 11001101
Octal 350 202 315
Decimal 232 130 205
Hex E8 82 CD

RGB Percentages of Color #e882cd

%40.92
%22.93
%36.16

CMYK Percentages of Color #e882cd

%0
%44
%12
%9

Triadic Colors of #e882cd

#e882cd #cde882 #82cde8

Analogous Colors of #e882cd

#e882cd #e8829a #d082e8

Monochromatic Colors of #e882cd

#e882cd

Complementary Color

#e882cd #82e89d

#e882cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e882cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e882cd Color CSS Codes

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

#e882cd Text Font Color

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

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


#e882cd Background Color

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

This div background color is #e882cd


#e882cd Border Color

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

This div border color is #e882cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e882cd


Comments

No comments written yet.

Please login to write comment.