Color Hex Logo

#a95acb Color Hex

#A95ACB
(169,90,203)
0 Favorites   0 Comments

Color spaces of #a95acb

RGB 16990203
HSL0.780.520.57
HSV282°56°80°
CMYK 0.170.560.00   0.20
XYZ30.797820.059158.7485
Yxy20.05910.28100.1830
Hunter Lab44.787444.3666-46.4207
CIE-Lab51.904050.7343-45.7446

#a95acb color RGB value is (169,90,203).

#a95acb hex color red value is 169, green value is 90 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a95acb hue: 0.78 , saturation: 0.52 and the lightness value of a95acb is 0.57.

The process color (four color CMYK) of #a95acb color hex is 0.17, 0.56, 0.00, 0.20. Web safe color of #a95acb is #9966cc. Color #a95acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011010 11001011
Octal 251 132 313
Decimal 169 90 203
Hex A9 5A CB

RGB Percentages of Color #a95acb

%36.58
%19.48
%43.94

CMYK Percentages of Color #a95acb

%17
%56
%0
%20

Triadic Colors of #a95acb

#a95acb #cba95a #5acba9

Analogous Colors of #a95acb

#a95acb #cb5ab5 #715acb

Monochromatic Colors of #a95acb

#a95acb

Complementary Color

#a95acb #7ccb5a

#a95acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95acb Color CSS Codes

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

#a95acb Text Font Color

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

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


#a95acb Background Color

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

This div background color is #a95acb


#a95acb Border Color

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

This div border color is #a95acb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,90,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a95acb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a95acb;
  -webkit-box-shadow: 1px 1px 3px 2px #a95acb;
  box-shadow:         1px 1px 3px 2px #a95acb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,90,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95acb


Comments

No comments written yet.

Please login to write comment.