Color Hex Logo

#d788cc Color Hex

#D788CC
(215,136,204)
0 Favorites   0 Comments

Color spaces of #d788cc

RGB 215136204
HSL0.860.500.69
HSV308°37°84°
CMYK 0.000.370.05   0.16
XYZ47.727636.415061.6400
Yxy36.41500.32740.2498
Hunter Lab60.344835.5747-18.3211
CIE-Lab66.835840.3667-22.6287

#d788cc color RGB value is (215,136,204).

#d788cc hex color red value is 215, green value is 136 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d788cc hue: 0.86 , saturation: 0.50 and the lightness value of d788cc is 0.69.

The process color (four color CMYK) of #d788cc color hex is 0.00, 0.37, 0.05, 0.16. Web safe color of #d788cc is #cc99cc. Color #d788cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10001000 11001100
Octal 327 210 314
Decimal 215 136 204
Hex D7 88 CC

RGB Percentages of Color #d788cc

%38.74
%24.50
%36.76

CMYK Percentages of Color #d788cc

%0
%37
%5
%16

Triadic Colors of #d788cc

#d788cc #ccd788 #88ccd7

Analogous Colors of #d788cc

#d788cc #d788a5 #bb88d7

Monochromatic Colors of #d788cc

#d788cc

Complementary Color

#d788cc #88d793

#d788cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d788cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d788cc Color CSS Codes

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

#d788cc Text Font Color

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

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


#d788cc Background Color

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

This div background color is #d788cc


#d788cc Border Color

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

This div border color is #d788cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d788cc


Comments

No comments written yet.

Please login to write comment.