Color Hex Logo

#e88ccd Color Hex

#E88CCD
(232,140,205)
0 Favorites   0 Comments

Color spaces of #e88ccd

RGB 232140205
HSL0.880.670.73
HSV318°40°91°
CMYK 0.000.400.12   0.09
XYZ53.676240.319862.7110
Yxy40.31980.34250.2573
Hunter Lab63.497939.7688-14.1068
CIE-Lab69.696743.9041-18.6488

#e88ccd color RGB value is (232,140,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10001100 11001101
Octal 350 214 315
Decimal 232 140 205
Hex E8 8C CD

RGB Percentages of Color #e88ccd

%40.21
%24.26
%35.53

CMYK Percentages of Color #e88ccd

%0
%40
%12
%9

Triadic Colors of #e88ccd

#e88ccd #cde88c #8ccde8

Analogous Colors of #e88ccd

#e88ccd #e88c9f #d58ce8

Monochromatic Colors of #e88ccd

#e88ccd

Complementary Color

#e88ccd #8ce8a7

#e88ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e88ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e88ccd Color CSS Codes

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

#e88ccd Text Font Color

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

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


#e88ccd Background Color

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

This div background color is #e88ccd


#e88ccd Border Color

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

This div border color is #e88ccd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,140,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 #e88ccd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e88ccd


Comments

No comments written yet.

Please login to write comment.