Color Hex Logo

#d7b1ae Color Hex

#D7B1AE
(215,177,174)
0 Favorites   0 Comments

Color spaces of #d7b1ae

RGB 215177174
HSL0.010.340.76
HSV19°84°
CMYK 0.000.180.19   0.16
XYZ51.386548.947346.7838
Yxy48.94730.34930.3327
Hunter Lab69.96238.67209.3264
CIE-Lab75.418513.27886.6999

#d7b1ae color RGB value is (215,177,174).

#d7b1ae hex color red value is 215, green value is 177 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d7b1ae hue: 0.01 , saturation: 0.34 and the lightness value of d7b1ae is 0.76.

The process color (four color CMYK) of #d7b1ae color hex is 0.00, 0.18, 0.19, 0.16. Web safe color of #d7b1ae is #cc9999. Color #d7b1ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10110001 10101110
Octal 327 261 256
Decimal 215 177 174
Hex D7 B1 AE

RGB Percentages of Color #d7b1ae

%37.99
%31.27
%30.74

CMYK Percentages of Color #d7b1ae

%0
%18
%19
%16

Triadic Colors of #d7b1ae

#d7b1ae #aed7b1 #b1aed7

Analogous Colors of #d7b1ae

#d7b1ae #d7c6ae #d7aec0

Monochromatic Colors of #d7b1ae

#d7b1ae

Complementary Color

#d7b1ae #aed4d7

#d7b1ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7b1ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7b1ae Color CSS Codes

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

#d7b1ae Text Font Color

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

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


#d7b1ae Background Color

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

This div background color is #d7b1ae


#d7b1ae Border Color

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

This div border color is #d7b1ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7b1ae


Comments

No comments written yet.

Please login to write comment.