Color Hex Logo

#d7afbf Color Hex

#D7AFBF
(215,175,191)
0 Favorites   0 Comments

Color spaces of #d7afbf

RGB 215175191
HSL0.930.330.76
HSV336°19°84°
CMYK 0.000.190.11   0.16
XYZ52.758348.868655.9421
Yxy48.86860.33480.3101
Hunter Lab69.906112.37881.4876
CIE-Lab75.369517.0829-2.6518

#d7afbf color RGB value is (215,175,191).

#d7afbf hex color red value is 215, green value is 175 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d7afbf hue: 0.93 , saturation: 0.33 and the lightness value of d7afbf is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10101111 10111111
Octal 327 257 277
Decimal 215 175 191
Hex D7 AF BF

RGB Percentages of Color #d7afbf

%37.01
%30.12
%32.87

CMYK Percentages of Color #d7afbf

%0
%19
%11
%16

Triadic Colors of #d7afbf

#d7afbf #bfd7af #afbfd7

Analogous Colors of #d7afbf

#d7afbf #d7b3af #d7afd3

Monochromatic Colors of #d7afbf

#d7afbf

Complementary Color

#d7afbf #afd7c7

#d7afbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7afbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7afbf Color CSS Codes

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

#d7afbf Text Font Color

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

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


#d7afbf Background Color

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

This div background color is #d7afbf


#d7afbf Border Color

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

This div border color is #d7afbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7afbf


Comments

No comments written yet.

Please login to write comment.