Color Hex Logo

#d8a6cb Color Hex

#D8A6CB
(216,166,203)
0 Favorites   0 Comments

Color spaces of #d8a6cb

RGB 216166203
HSL0.880.390.75
HSV316°23°85°
CMYK 0.000.230.06   0.15
XYZ52.734646.183262.6347
Yxy46.18320.32640.2859
Hunter Lab67.958219.5865-7.0747
CIE-Lab73.664324.3716-11.7407

#d8a6cb color RGB value is (216,166,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10100110 11001011
Octal 330 246 313
Decimal 216 166 203
Hex D8 A6 CB

RGB Percentages of Color #d8a6cb

%36.92
%28.38
%34.70

CMYK Percentages of Color #d8a6cb

%0
%23
%6
%15

Triadic Colors of #d8a6cb

#d8a6cb #cbd8a6 #a6cbd8

Analogous Colors of #d8a6cb

#d8a6cb #d8a6b2 #cca6d8

Monochromatic Colors of #d8a6cb

#d8a6cb

Complementary Color

#d8a6cb #a6d8b3

#d8a6cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8a6cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8a6cb Color CSS Codes

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

#d8a6cb Text Font Color

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

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


#d8a6cb Background Color

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

This div background color is #d8a6cb


#d8a6cb Border Color

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

This div border color is #d8a6cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8a6cb

#d8a6cb Color Palettes


Comments

No comments written yet.

Please login to write comment.