Color Hex Logo

#d7acbc Color Hex

#D7ACBC
(215,172,188)
0 Favorites   0 Comments

Color spaces of #d7acbc

RGB 215172188
HSL0.940.350.76
HSV338°20°84°
CMYK 0.000.200.13   0.16
XYZ51.854047.583054.0284
Yxy47.58300.33790.3101
Hunter Lab68.980413.46631.8479
CIE-Lab74.561218.2059-2.1977

#d7acbc color RGB value is (215,172,188).

#d7acbc hex color red value is 215, green value is 172 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d7acbc hue: 0.94 , saturation: 0.35 and the lightness value of d7acbc is 0.76.

The process color (four color CMYK) of #d7acbc color hex is 0.00, 0.20, 0.13, 0.16. Web safe color of #d7acbc is #cc99cc. Color #d7acbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10101100 10111100
Octal 327 254 274
Decimal 215 172 188
Hex D7 AC BC

RGB Percentages of Color #d7acbc

%37.39
%29.91
%32.70

CMYK Percentages of Color #d7acbc

%0
%20
%13
%16

Triadic Colors of #d7acbc

#d7acbc #bcd7ac #acbcd7

Analogous Colors of #d7acbc

#d7acbc #d7b2ac #d7acd2

Monochromatic Colors of #d7acbc

#d7acbc

Complementary Color

#d7acbc #acd7c7

#d7acbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7acbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7acbc Color CSS Codes

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

#d7acbc Text Font Color

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

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


#d7acbc Background Color

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

This div background color is #d7acbc


#d7acbc Border Color

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

This div border color is #d7acbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7acbc


Comments

No comments written yet.

Please login to write comment.