Color Hex Logo

#ac95ca Color Hex

#AC95CA
(172,149,202)
0 Favorites   0 Comments

Color spaces of #ac95ca

RGB 172149202
HSL0.740.330.69
HSV266°26°79°
CMYK 0.150.260.00   0.21
XYZ38.421434.529860.5170
Yxy34.52980.28790.2587
Hunter Lab58.762113.8781-19.9273
CIE-Lab65.380918.9191-24.1261

#ac95ca color RGB value is (172,149,202).

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

The process color (four color CMYK) of #ac95ca color hex is 0.15, 0.26, 0.00, 0.21. Web safe color of #ac95ca is #9999cc. Color #ac95ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010101 11001010
Octal 254 225 312
Decimal 172 149 202
Hex AC 95 CA

RGB Percentages of Color #ac95ca

%32.89
%28.49
%38.62

CMYK Percentages of Color #ac95ca

%15
%26
%0
%21

Triadic Colors of #ac95ca

#ac95ca #caac95 #95caac

Analogous Colors of #ac95ca

#ac95ca #c795ca #9599ca

Monochromatic Colors of #ac95ca

#ac95ca

Complementary Color

#ac95ca #b3ca95

#ac95ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac95ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac95ca Color CSS Codes

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

#ac95ca Text Font Color

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

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


#ac95ca Background Color

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

This div background color is #ac95ca


#ac95ca Border Color

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

This div border color is #ac95ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac95ca


Comments

No comments written yet.

Please login to write comment.