Color Hex Logo

#d988cc Color Hex

#D988CC
(217,136,204)
0 Favorites   0 Comments

Color spaces of #d988cc

RGB 217136204
HSL0.860.520.69
HSV310°37°85°
CMYK 0.000.370.06   0.15
XYZ48.318536.719761.6677
Yxy36.71970.32940.2503
Hunter Lab60.596836.2875-17.9201
CIE-Lab67.066241.0070-22.2562

#d988cc color RGB value is (217,136,204).

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

The process color (four color CMYK) of #d988cc color hex is 0.00, 0.37, 0.06, 0.15. Web safe color of #d988cc is #cc99cc. Color #d988cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001000 11001100
Octal 331 210 314
Decimal 217 136 204
Hex D9 88 CC

RGB Percentages of Color #d988cc

%38.96
%24.42
%36.62

CMYK Percentages of Color #d988cc

%0
%37
%6
%15

Triadic Colors of #d988cc

#d988cc #ccd988 #88ccd9

Analogous Colors of #d988cc

#d988cc #d988a4 #be88d9

Monochromatic Colors of #d988cc

#d988cc

Complementary Color

#d988cc #88d995

#d988cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d988cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d988cc Color CSS Codes

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

#d988cc Text Font Color

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

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


#d988cc Background Color

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

This div background color is #d988cc


#d988cc Border Color

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

This div border color is #d988cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d988cc


Comments

No comments written yet.

Please login to write comment.