Color Hex Logo

#a295ba Color Hex

#A295BA
(162,149,186)
0 Favorites   0 Comments

Color spaces of #a295ba

RGB 162149186
HSL0.730.210.66
HSV261°20°73°
CMYK 0.130.200.00   0.27
XYZ34.510732.721450.9513
Yxy32.72140.29200.2769
Hunter Lab57.20267.5856-12.7687
CIE-Lab63.934712.1583-17.4543

#a295ba color RGB value is (162,149,186).

#a295ba hex color red value is 162, green value is 149 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a295ba hue: 0.73 , saturation: 0.21 and the lightness value of a295ba is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10010101 10111010
Octal 242 225 272
Decimal 162 149 186
Hex A2 95 BA

RGB Percentages of Color #a295ba

%32.60
%29.98
%37.42

CMYK Percentages of Color #a295ba

%13
%20
%0
%27

Triadic Colors of #a295ba

#a295ba #baa295 #95baa2

Analogous Colors of #a295ba

#a295ba #b595ba #959bba

Monochromatic Colors of #a295ba

#a295ba

Complementary Color

#a295ba #adba95

#a295ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a295ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a295ba Color CSS Codes

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

#a295ba Text Font Color

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

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


#a295ba Background Color

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

This div background color is #a295ba


#a295ba Border Color

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

This div border color is #a295ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a295ba


Comments

No comments written yet.

Please login to write comment.