Color Hex Logo

#d7ace1 Color Hex

#D7ACE1
(215,172,225)
0 Favorites   0 Comments

Color spaces of #d7ace1

RGB 215172225
HSL0.800.470.78
HSV289°24°88°
CMYK 0.040.240.00   0.12
XYZ56.367549.388477.7962
Yxy49.38840.30710.2691
Hunter Lab70.276920.1863-16.4400
CIE-Lab75.692324.8559-20.7078

#d7ace1 color RGB value is (215,172,225).

#d7ace1 hex color red value is 215, green value is 172 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #d7ace1 hue: 0.80 , saturation: 0.47 and the lightness value of d7ace1 is 0.78.

The process color (four color CMYK) of #d7ace1 color hex is 0.04, 0.24, 0.00, 0.12. Web safe color of #d7ace1 is #cc99cc. Color #d7ace1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10101100 11100001
Octal 327 254 341
Decimal 215 172 225
Hex D7 AC E1

RGB Percentages of Color #d7ace1

%35.13
%28.10
%36.76

CMYK Percentages of Color #d7ace1

%4
%24
%0
%12

Triadic Colors of #d7ace1

#d7ace1 #e1d7ac #ace1d7

Analogous Colors of #d7ace1

#d7ace1 #e1acd1 #bdace1

Monochromatic Colors of #d7ace1

#d7ace1

Complementary Color

#d7ace1 #b6e1ac

#d7ace1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7ace1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7ace1 Color CSS Codes

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

#d7ace1 Text Font Color

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

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


#d7ace1 Background Color

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

This div background color is #d7ace1


#d7ace1 Border Color

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

This div border color is #d7ace1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7ace1


Comments

No comments written yet.

Please login to write comment.