Color Hex Logo

#d8a7cb Color Hex

#D8A7CB
(216,167,203)
0 Favorites   0 Comments

Color spaces of #d8a7cb

RGB 216167203
HSL0.880.390.75
HSV316°23°85°
CMYK 0.000.230.06   0.15
XYZ52.917146.548262.6956
Yxy46.54820.32630.2870
Hunter Lab68.226219.0508-6.7254
CIE-Lab73.899823.8295-11.3884

#d8a7cb color RGB value is (216,167,203).

#d8a7cb hex color red value is 216, green value is 167 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d8a7cb hue: 0.88 , saturation: 0.39 and the lightness value of d8a7cb is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10100111 11001011
Octal 330 247 313
Decimal 216 167 203
Hex D8 A7 CB

RGB Percentages of Color #d8a7cb

%36.86
%28.50
%34.64

CMYK Percentages of Color #d8a7cb

%0
%23
%6
%15

Triadic Colors of #d8a7cb

#d8a7cb #cbd8a7 #a7cbd8

Analogous Colors of #d8a7cb

#d8a7cb #d8a7b3 #cda7d8

Monochromatic Colors of #d8a7cb

#d8a7cb

Complementary Color

#d8a7cb #a7d8b4

#d8a7cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8a7cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8a7cb Color CSS Codes

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

#d8a7cb Text Font Color

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

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


#d8a7cb Background Color

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

This div background color is #d8a7cb


#d8a7cb Border Color

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

This div border color is #d8a7cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,167,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8a7cb


Comments

No comments written yet.

Please login to write comment.