Color Hex Logo

#ac95cd Color Hex

#AC95CD
(172,149,205)
0 Favorites   0 Comments

Color spaces of #ac95cd

RGB 172149205
HSL0.740.360.69
HSV265°27°80°
CMYK 0.160.270.00   0.20
XYZ38.780134.673362.4063
Yxy34.67330.28540.2552
Hunter Lab58.884014.5102-21.6177
CIE-Lab65.493519.5808-25.6257

#ac95cd color RGB value is (172,149,205).

#ac95cd hex color red value is 172, green value is 149 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ac95cd hue: 0.74 , saturation: 0.36 and the lightness value of ac95cd is 0.69.

The process color (four color CMYK) of #ac95cd color hex is 0.16, 0.27, 0.00, 0.20. Web safe color of #ac95cd is #9999cc. Color #ac95cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010101 11001101
Octal 254 225 315
Decimal 172 149 205
Hex AC 95 CD

RGB Percentages of Color #ac95cd

%32.70
%28.33
%38.97

CMYK Percentages of Color #ac95cd

%16
%27
%0
%20

Triadic Colors of #ac95cd

#ac95cd #cdac95 #95cdac

Analogous Colors of #ac95cd

#ac95cd #c895cd #959acd

Monochromatic Colors of #ac95cd

#ac95cd

Complementary Color

#ac95cd #b6cd95

#ac95cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac95cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac95cd Color CSS Codes

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

#ac95cd Text Font Color

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

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


#ac95cd Background Color

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

This div background color is #ac95cd


#ac95cd Border Color

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

This div border color is #ac95cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac95cd


Comments

No comments written yet.

Please login to write comment.