Color Hex Logo

#d8a1cb Color Hex

#D8A1CB
(216,161,203)
0 Favorites   0 Comments

Color spaces of #d8a1cb

RGB 216161203
HSL0.870.410.74
HSV314°25°85°
CMYK 0.000.250.06   0.15
XYZ51.843344.400562.3376
Yxy44.40050.32690.2800
Hunter Lab66.633722.2701-8.8238
CIE-Lab72.495427.0820-13.4926

#d8a1cb color RGB value is (216,161,203).

#d8a1cb hex color red value is 216, green value is 161 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d8a1cb hue: 0.87 , saturation: 0.41 and the lightness value of d8a1cb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10100001 11001011
Octal 330 241 313
Decimal 216 161 203
Hex D8 A1 CB

RGB Percentages of Color #d8a1cb

%37.24
%27.76
%35.00

CMYK Percentages of Color #d8a1cb

%0
%25
%6
%15

Triadic Colors of #d8a1cb

#d8a1cb #cbd8a1 #a1cbd8

Analogous Colors of #d8a1cb

#d8a1cb #d8a1b0 #caa1d8

Monochromatic Colors of #d8a1cb

#d8a1cb

Complementary Color

#d8a1cb #a1d8ae

#d8a1cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8a1cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8a1cb Color CSS Codes

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

#d8a1cb Text Font Color

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

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


#d8a1cb Background Color

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

This div background color is #d8a1cb


#d8a1cb Border Color

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

This div border color is #d8a1cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8a1cb


Comments

No comments written yet.

Please login to write comment.