Color Hex Logo

#d7abaf Color Hex

#D7ABAF
(215,171,175)
0 Favorites   0 Comments

Color spaces of #d7abaf

RGB 215171175
HSL0.980.350.76
HSV355°20°84°
CMYK 0.000.200.19   0.16
XYZ50.325146.668046.9129
Yxy46.66800.34970.3243
Hunter Lab68.314011.94687.1039
CIE-Lab73.976916.66874.0756

#d7abaf color RGB value is (215,171,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10101011 10101111
Octal 327 253 257
Decimal 215 171 175
Hex D7 AB AF

RGB Percentages of Color #d7abaf

%38.32
%30.48
%31.19

CMYK Percentages of Color #d7abaf

%0
%20
%19
%16

Triadic Colors of #d7abaf

#d7abaf #afd7ab #abafd7

Analogous Colors of #d7abaf

#d7abaf #d7bdab #d7abc5

Monochromatic Colors of #d7abaf

#d7abaf

Complementary Color

#d7abaf #abd7d3

#d7abaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7abaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7abaf Color CSS Codes

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

#d7abaf Text Font Color

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

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


#d7abaf Background Color

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

This div background color is #d7abaf


#d7abaf Border Color

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

This div border color is #d7abaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7abaf


Comments

No comments written yet.

Please login to write comment.