Color Hex Logo

#d7acdc Color Hex

#D7ACDC
(215,172,220)
0 Favorites   0 Comments

Color spaces of #d7acdc

RGB 215172220
HSL0.820.410.77
HSV294°22°86°
CMYK 0.020.220.00   0.14
XYZ55.695149.119474.2557
Yxy49.11940.31100.2743
Hunter Lab70.085219.2006-13.7584
CIE-Lab75.525523.8977-18.2408

#d7acdc color RGB value is (215,172,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10101100 11011100
Octal 327 254 334
Decimal 215 172 220
Hex D7 AC DC

RGB Percentages of Color #d7acdc

%35.42
%28.34
%36.24

CMYK Percentages of Color #d7acdc

%2
%22
%0
%14

Triadic Colors of #d7acdc

#d7acdc #dcd7ac #acdcd7

Analogous Colors of #d7acdc

#d7acdc #dcacc9 #bfacdc

Monochromatic Colors of #d7acdc

#d7acdc

Complementary Color

#d7acdc #b1dcac

#d7acdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7acdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7acdc Color CSS Codes

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

#d7acdc Text Font Color

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

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


#d7acdc Background Color

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

This div background color is #d7acdc


#d7acdc Border Color

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

This div border color is #d7acdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,172,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 #d7acdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7acdc


Comments

No comments written yet.

Please login to write comment.