Color Hex Logo

#d997ce Color Hex

#D997CE
(217,151,206)
0 Favorites   0 Comments

Color spaces of #d997ce

RGB 217151206
HSL0.860.460.72
HSV310°30°85°
CMYK 0.000.300.05   0.15
XYZ50.822541.341263.6935
Yxy41.34120.32610.2653
Hunter Lab64.297128.5721-13.7254
CIE-Lab70.414333.3530-18.2761

#d997ce color RGB value is (217,151,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010111 11001110
Octal 331 227 316
Decimal 217 151 206
Hex D9 97 CE

RGB Percentages of Color #d997ce

%37.80
%26.31
%35.89

CMYK Percentages of Color #d997ce

%0
%30
%5
%15

Triadic Colors of #d997ce

#d997ce #ced997 #97ced9

Analogous Colors of #d997ce

#d997ce #d997ad #c397d9

Monochromatic Colors of #d997ce

#d997ce

Complementary Color

#d997ce #97d9a2

#d997ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d997ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d997ce Color CSS Codes

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

#d997ce Text Font Color

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

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


#d997ce Background Color

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

This div background color is #d997ce


#d997ce Border Color

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

This div border color is #d997ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,151,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d997ce


Comments

No comments written yet.

Please login to write comment.