Color Hex Logo

#d7abdc Color Hex

#D7ABDC
(215,171,220)
1 Favorites   0 Comments

Color spaces of #d7abdc

RGB 215171220
HSL0.820.410.77
HSV294°22°86°
CMYK 0.020.220.00   0.14
XYZ55.505548.740274.1925
Yxy48.74020.31110.2731
Hunter Lab69.814219.7409-14.1384
CIE-Lab75.289424.4402-18.5980

#d7abdc color RGB value is (215,171,220).

#d7abdc hex color red value is 215, green value is 171 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d7abdc hue: 0.82 , saturation: 0.41 and the lightness value of d7abdc is 0.77.

The process color (four color CMYK) of #d7abdc color hex is 0.02, 0.22, 0.00, 0.14. Web safe color of #d7abdc is #cc99cc. Color #d7abdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10101011 11011100
Octal 327 253 334
Decimal 215 171 220
Hex D7 AB DC

RGB Percentages of Color #d7abdc

%35.48
%28.22
%36.30

CMYK Percentages of Color #d7abdc

%2
%22
%0
%14

Triadic Colors of #d7abdc

#d7abdc #dcd7ab #abdcd7

Analogous Colors of #d7abdc

#d7abdc #dcabc9 #bfabdc

Monochromatic Colors of #d7abdc

#d7abdc

Complementary Color

#d7abdc #b0dcab

#d7abdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7abdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7abdc Color CSS Codes

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

#d7abdc Text Font Color

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

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


#d7abdc Background Color

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

This div background color is #d7abdc


#d7abdc Border Color

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

This div border color is #d7abdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7abdc


Comments

No comments written yet.

Please login to write comment.