Color Hex Logo

#d788cd Color Hex

#D788CD
(215,136,205)
0 Favorites   0 Comments

Color spaces of #d788cd

RGB 215136205
HSL0.850.500.69
HSV308°37°84°
CMYK 0.000.370.05   0.16
XYZ47.847936.463262.2738
Yxy36.46320.32640.2488
Hunter Lab60.384835.7671-18.8754
CIE-Lab66.872340.5428-23.1308

#d788cd color RGB value is (215,136,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10001000 11001101
Octal 327 210 315
Decimal 215 136 205
Hex D7 88 CD

RGB Percentages of Color #d788cd

%38.67
%24.46
%36.87

CMYK Percentages of Color #d788cd

%0
%37
%5
%16

Triadic Colors of #d788cd

#d788cd #cdd788 #88cdd7

Analogous Colors of #d788cd

#d788cd #d788a6 #ba88d7

Monochromatic Colors of #d788cd

#d788cd

Complementary Color

#d788cd #88d792

#d788cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d788cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d788cd Color CSS Codes

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

#d788cd Text Font Color

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

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


#d788cd Background Color

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

This div background color is #d788cd


#d788cd Border Color

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

This div border color is #d788cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d788cd


Comments

No comments written yet.

Please login to write comment.