Color Hex Logo

#d7abca Color Hex

#D7ABCA
(215,171,202)
0 Favorites   0 Comments

Color spaces of #d7abca

RGB 215171202
HSL0.880.350.76
HSV318°20°84°
CMYK 0.000.200.06   0.16
XYZ53.247947.837262.3041
Yxy47.83720.32590.2928
Hunter Lab69.164416.3847-4.9940
CIE-Lab74.722121.1406-9.6236

#d7abca color RGB value is (215,171,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10101011 11001010
Octal 327 253 312
Decimal 215 171 202
Hex D7 AB CA

RGB Percentages of Color #d7abca

%36.56
%29.08
%34.35

CMYK Percentages of Color #d7abca

%0
%20
%6
%16

Triadic Colors of #d7abca

#d7abca #cad7ab #abcad7

Analogous Colors of #d7abca

#d7abca #d7abb4 #ceabd7

Monochromatic Colors of #d7abca

#d7abca

Complementary Color

#d7abca #abd7b8

#d7abca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7abca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7abca Color CSS Codes

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

#d7abca Text Font Color

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

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


#d7abca Background Color

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

This div background color is #d7abca


#d7abca Border Color

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

This div border color is #d7abca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7abca


Comments

No comments written yet.

Please login to write comment.