Color Hex Logo

#d7abcf Color Hex

#D7ABCF
(215,171,207)
0 Favorites   0 Comments

Color spaces of #d7abcf

RGB 215171207
HSL0.860.350.76
HSV311°20°84°
CMYK 0.000.200.04   0.16
XYZ53.849748.077965.4733
Yxy48.07790.32170.2872
Hunter Lab69.338217.2854-7.4484
CIE-Lab74.874022.0328-12.1306

#d7abcf color RGB value is (215,171,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10101011 11001111
Octal 327 253 317
Decimal 215 171 207
Hex D7 AB CF

RGB Percentages of Color #d7abcf

%36.26
%28.84
%34.91

CMYK Percentages of Color #d7abcf

%0
%20
%4
%16

Triadic Colors of #d7abcf

#d7abcf #cfd7ab #abcfd7

Analogous Colors of #d7abcf

#d7abcf #d7abb9 #c9abd7

Monochromatic Colors of #d7abcf

#d7abcf

Complementary Color

#d7abcf #abd7b3

#d7abcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7abcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7abcf Color CSS Codes

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

#d7abcf Text Font Color

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

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


#d7abcf Background Color

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

This div background color is #d7abcf


#d7abcf Border Color

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

This div border color is #d7abcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7abcf


Comments

No comments written yet.

Please login to write comment.