Color Hex Logo

#a195ca Color Hex

#A195CA
(161,149,202)
0 Favorites   0 Comments

Color spaces of #a195ca

RGB 161149202
HSL0.700.330.69
HSV254°26°79°
CMYK 0.200.260.00   0.21
XYZ36.106133.336260.4087
Yxy33.33620.27810.2567
Hunter Lab57.737510.5842-21.6168
CIE-Lab64.432215.4279-25.6637

#a195ca color RGB value is (161,149,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10010101 11001010
Octal 241 225 312
Decimal 161 149 202
Hex A1 95 CA

RGB Percentages of Color #a195ca

%31.45
%29.10
%39.45

CMYK Percentages of Color #a195ca

%20
%26
%0
%21

Triadic Colors of #a195ca

#a195ca #caa195 #95caa1

Analogous Colors of #a195ca

#a195ca #bc95ca #95a4ca

Monochromatic Colors of #a195ca

#a195ca

Complementary Color

#a195ca #beca95

#a195ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a195ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a195ca Color CSS Codes

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

#a195ca Text Font Color

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

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


#a195ca Background Color

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

This div background color is #a195ca


#a195ca Border Color

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

This div border color is #a195ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,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 #a195ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a195ca


Comments

No comments written yet.

Please login to write comment.