Color Hex Logo

#ac95b7 Color Hex

#AC95B7
(172,149,183)
0 Favorites   0 Comments

Color spaces of #ac95b7

RGB 172149183
HSL0.780.190.65
HSV281°19°72°
CMYK 0.060.190.00   0.28
XYZ36.307933.684449.3879
Yxy33.68440.30410.2822
Hunter Lab58.038310.1001-9.8263
CIE-Lab64.711314.8984-14.5106

#ac95b7 color RGB value is (172,149,183).

#ac95b7 hex color red value is 172, green value is 149 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #ac95b7 hue: 0.78 , saturation: 0.19 and the lightness value of ac95b7 is 0.65.

The process color (four color CMYK) of #ac95b7 color hex is 0.06, 0.19, 0.00, 0.28. Web safe color of #ac95b7 is #9999cc. Color #ac95b7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010101 10110111
Octal 254 225 267
Decimal 172 149 183
Hex AC 95 B7

RGB Percentages of Color #ac95b7

%34.13
%29.56
%36.31

CMYK Percentages of Color #ac95b7

%6
%19
%0
%28

Triadic Colors of #ac95b7

#ac95b7 #b7ac95 #95b7ac

Analogous Colors of #ac95b7

#ac95b7 #b795b1 #9b95b7

Monochromatic Colors of #ac95b7

#ac95b7

Complementary Color

#ac95b7 #a0b795

#ac95b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac95b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac95b7 Color CSS Codes

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

#ac95b7 Text Font Color

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

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


#ac95b7 Background Color

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

This div background color is #ac95b7


#ac95b7 Border Color

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

This div border color is #ac95b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac95b7


Comments

No comments written yet.

Please login to write comment.