Color Hex Logo

#d4b5cc Color Hex

#D4B5CC
(212,181,204)
0 Favorites   0 Comments

Color spaces of #d4b5cc

RGB 212181204
HSL0.880.260.77
HSV315°15°83°
CMYK 0.000.150.04   0.17
XYZ54.574351.404464.1724
Yxy51.40440.32070.3021
Hunter Lab71.696910.4013-2.8798
CIE-Lab76.923315.0471-7.4718

#d4b5cc color RGB value is (212,181,204).

#d4b5cc hex color red value is 212, green value is 181 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d4b5cc hue: 0.88 , saturation: 0.26 and the lightness value of d4b5cc is 0.77.

The process color (four color CMYK) of #d4b5cc color hex is 0.00, 0.15, 0.04, 0.17. Web safe color of #d4b5cc is #cccccc. Color #d4b5cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10110101 11001100
Octal 324 265 314
Decimal 212 181 204
Hex D4 B5 CC

RGB Percentages of Color #d4b5cc

%35.51
%30.32
%34.17

CMYK Percentages of Color #d4b5cc

%0
%15
%4
%17

Triadic Colors of #d4b5cc

#d4b5cc #ccd4b5 #b5ccd4

Analogous Colors of #d4b5cc

#d4b5cc #d4b5bd #cdb5d4

Monochromatic Colors of #d4b5cc

#d4b5cc

Complementary Color

#d4b5cc #b5d4bd

#d4b5cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4b5cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4b5cc Color CSS Codes

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

#d4b5cc Text Font Color

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

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


#d4b5cc Background Color

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

This div background color is #d4b5cc


#d4b5cc Border Color

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

This div border color is #d4b5cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,181,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d4b5cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d4b5cc;
  -webkit-box-shadow: 1px 1px 3px 2px #d4b5cc;
  box-shadow:         1px 1px 3px 2px #d4b5cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,181,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4b5cc


Comments

No comments written yet.

Please login to write comment.