Color Hex Logo

#d8b9ca Color Hex

#D8B9CA
(216,185,202)
0 Favorites   0 Comments

Color spaces of #d8b9ca

RGB 216185202
HSL0.910.280.79
HSV327°14°85°
CMYK 0.000.140.06   0.15
XYZ56.328553.561163.2466
Yxy53.56110.32530.3094
Hunter Lab73.18549.3112-0.0084
CIE-Lab78.205113.9280-4.4515

#d8b9ca color RGB value is (216,185,202).

#d8b9ca hex color red value is 216, green value is 185 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d8b9ca hue: 0.91 , saturation: 0.28 and the lightness value of d8b9ca is 0.79.

The process color (four color CMYK) of #d8b9ca color hex is 0.00, 0.14, 0.06, 0.15. Web safe color of #d8b9ca is #cccccc. Color #d8b9ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10111001 11001010
Octal 330 271 312
Decimal 216 185 202
Hex D8 B9 CA

RGB Percentages of Color #d8b9ca

%35.82
%30.68
%33.50

CMYK Percentages of Color #d8b9ca

%0
%14
%6
%15

Triadic Colors of #d8b9ca

#d8b9ca #cad8b9 #b9cad8

Analogous Colors of #d8b9ca

#d8b9ca #d8b9bb #d7b9d8

Monochromatic Colors of #d8b9ca

#d8b9ca

Complementary Color

#d8b9ca #b9d8c7

#d8b9ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8b9ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8b9ca Color CSS Codes

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

#d8b9ca Text Font Color

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

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


#d8b9ca Background Color

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

This div background color is #d8b9ca


#d8b9ca Border Color

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

This div border color is #d8b9ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8b9ca


Comments

No comments written yet.

Please login to write comment.