Color Hex Logo

#d5acbb Color Hex

#D5ACBB
(213,172,187)
0 Favorites   0 Comments

Color spaces of #d5acbb

RGB 213172187
HSL0.940.330.75
HSV338°19°84°
CMYK 0.000.190.12   0.16
XYZ51.162747.239053.4352
Yxy47.23900.33700.3111
Hunter Lab68.730612.59582.0159
CIE-Lab74.342417.3252-1.9932

#d5acbb color RGB value is (213,172,187).

#d5acbb hex color red value is 213, green value is 172 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d5acbb hue: 0.94 , saturation: 0.33 and the lightness value of d5acbb is 0.75.

The process color (four color CMYK) of #d5acbb color hex is 0.00, 0.19, 0.12, 0.16. Web safe color of #d5acbb is #cc99cc. Color #d5acbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10101100 10111011
Octal 325 254 273
Decimal 213 172 187
Hex D5 AC BB

RGB Percentages of Color #d5acbb

%37.24
%30.07
%32.69

CMYK Percentages of Color #d5acbb

%0
%19
%12
%16

Triadic Colors of #d5acbb

#d5acbb #bbd5ac #acbbd5

Analogous Colors of #d5acbb

#d5acbb #d5b2ac #d5acd0

Monochromatic Colors of #d5acbb

#d5acbb

Complementary Color

#d5acbb #acd5c6

#d5acbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5acbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5acbb Color CSS Codes

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

#d5acbb Text Font Color

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

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


#d5acbb Background Color

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

This div background color is #d5acbb


#d5acbb Border Color

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

This div border color is #d5acbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,172,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d5acbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d5acbb;
  -webkit-box-shadow: 1px 1px 3px 2px #d5acbb;
  box-shadow:         1px 1px 3px 2px #d5acbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,172,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5acbb


Comments

No comments written yet.

Please login to write comment.