Color Hex Logo

#d7abbd Color Hex

#D7ABBD
(215,171,189)
0 Favorites   0 Comments

Color spaces of #d7abbd

RGB 215171189
HSL0.930.350.76
HSV335°20°84°
CMYK 0.000.200.12   0.16
XYZ51.772547.247054.5350
Yxy47.24700.33720.3077
Hunter Lab68.736514.15791.0753
CIE-Lab74.347518.9127-3.0594

#d7abbd color RGB value is (215,171,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10101011 10111101
Octal 327 253 275
Decimal 215 171 189
Hex D7 AB BD

RGB Percentages of Color #d7abbd

%37.39
%29.74
%32.87

CMYK Percentages of Color #d7abbd

%0
%20
%12
%16

Triadic Colors of #d7abbd

#d7abbd #bdd7ab #abbdd7

Analogous Colors of #d7abbd

#d7abbd #d7afab #d7abd3

Monochromatic Colors of #d7abbd

#d7abbd

Complementary Color

#d7abbd #abd7c5

#d7abbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7abbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7abbd Color CSS Codes

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

#d7abbd Text Font Color

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

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


#d7abbd Background Color

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

This div background color is #d7abbd


#d7abbd Border Color

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

This div border color is #d7abbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7abbd


Comments

No comments written yet.

Please login to write comment.