Color Hex Logo

#d999ca Color Hex

#D999CA
(217,153,202)
0 Favorites   0 Comments

Color spaces of #d999ca

RGB 217153202
HSL0.870.460.73
HSV314°29°85°
CMYK 0.000.290.07   0.15
XYZ50.667241.798461.2746
Yxy41.79840.32960.2719
Hunter Lab64.651726.7491-10.9368
CIE-Lab70.731731.5712-15.5840

#d999ca color RGB value is (217,153,202).

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

The process color (four color CMYK) of #d999ca color hex is 0.00, 0.29, 0.07, 0.15. Web safe color of #d999ca is #cc99cc. Color #d999ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011001 11001010
Octal 331 231 312
Decimal 217 153 202
Hex D9 99 CA

RGB Percentages of Color #d999ca

%37.94
%26.75
%35.31

CMYK Percentages of Color #d999ca

%0
%29
%7
%15

Triadic Colors of #d999ca

#d999ca #cad999 #99cad9

Analogous Colors of #d999ca

#d999ca #d999aa #c899d9

Monochromatic Colors of #d999ca

#d999ca

Complementary Color

#d999ca #99d9a8

#d999ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d999ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d999ca Color CSS Codes

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

#d999ca Text Font Color

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

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


#d999ca Background Color

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

This div background color is #d999ca


#d999ca Border Color

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

This div border color is #d999ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d999ca


Comments

No comments written yet.

Please login to write comment.