Color Hex Logo

#e788dc Color Hex

#E788DC
(231,136,220)
0 Favorites   0 Comments

Color spaces of #e788dc

RGB 231136220
HSL0.850.660.72
HSV307°41°91°
CMYK 0.000.410.05   0.09
XYZ54.677439.764672.5037
Yxy39.76460.32750.2382
Hunter Lab63.059244.4204-24.0286
CIE-Lab69.301548.1612-27.5763

#e788dc color RGB value is (231,136,220).

#e788dc hex color red value is 231, green value is 136 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e788dc hue: 0.85 , saturation: 0.66 and the lightness value of e788dc is 0.72.

The process color (four color CMYK) of #e788dc color hex is 0.00, 0.41, 0.05, 0.09. Web safe color of #e788dc is #ff99cc. Color #e788dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001000 11011100
Octal 347 210 334
Decimal 231 136 220
Hex E7 88 DC

RGB Percentages of Color #e788dc

%39.35
%23.17
%37.48

CMYK Percentages of Color #e788dc

%0
%41
%5
%9

Triadic Colors of #e788dc

#e788dc #dce788 #88dce7

Analogous Colors of #e788dc

#e788dc #e788ad #c388e7

Monochromatic Colors of #e788dc

#e788dc

Complementary Color

#e788dc #88e793

#e788dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e788dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e788dc Color CSS Codes

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

#e788dc Text Font Color

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

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


#e788dc Background Color

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

This div background color is #e788dc


#e788dc Border Color

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

This div border color is #e788dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,136,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e788dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e788dc;
  -webkit-box-shadow: 1px 1px 3px 2px #e788dc;
  box-shadow:         1px 1px 3px 2px #e788dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,136,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e788dc


Comments

No comments written yet.

Please login to write comment.