Color Hex Logo

#d997cc Color Hex

#D997CC
(217,151,204)
0 Favorites   0 Comments

Color spaces of #d997cc

RGB 217151204
HSL0.870.460.72
HSV312°30°85°
CMYK 0.000.300.06   0.15
XYZ50.581041.244662.4218
Yxy41.24460.32790.2674
Hunter Lab64.222028.1976-12.6727
CIE-Lab70.347032.9995-17.2715

#d997cc color RGB value is (217,151,204).

#d997cc hex color red value is 217, green value is 151 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d997cc hue: 0.87 , saturation: 0.46 and the lightness value of d997cc is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010111 11001100
Octal 331 227 314
Decimal 217 151 204
Hex D9 97 CC

RGB Percentages of Color #d997cc

%37.94
%26.40
%35.66

CMYK Percentages of Color #d997cc

%0
%30
%6
%15

Triadic Colors of #d997cc

#d997cc #ccd997 #97ccd9

Analogous Colors of #d997cc

#d997cc #d997ab #c597d9

Monochromatic Colors of #d997cc

#d997cc

Complementary Color

#d997cc #97d9a4

#d997cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d997cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d997cc Color CSS Codes

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

#d997cc Text Font Color

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

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


#d997cc Background Color

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

This div background color is #d997cc


#d997cc Border Color

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

This div border color is #d997cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d997cc


Comments

No comments written yet.

Please login to write comment.