Color Hex Logo

#a195da Color Hex

#A195DA
(161,149,218)
0 Favorites   0 Comments

Color spaces of #a195da

RGB 161149218
HSL0.700.480.72
HSV250°32°85°
CMYK 0.260.320.00   0.15
XYZ38.100334.133970.9101
Yxy34.13390.26620.2385
Hunter Lab58.424214.1631-31.0639
CIE-Lab65.068719.2321-33.5852

#a195da color RGB value is (161,149,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10010101 11011010
Octal 241 225 332
Decimal 161 149 218
Hex A1 95 DA

RGB Percentages of Color #a195da

%30.49
%28.22
%41.29

CMYK Percentages of Color #a195da

%26
%32
%0
%15

Triadic Colors of #a195da

#a195da #daa195 #95daa1

Analogous Colors of #a195da

#a195da #c495da #95acda

Monochromatic Colors of #a195da

#a195da

Complementary Color

#a195da #ceda95

#a195da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a195da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a195da Color CSS Codes

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

#a195da Text Font Color

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

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


#a195da Background Color

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

This div background color is #a195da


#a195da Border Color

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

This div border color is #a195da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a195da


Comments

No comments written yet.

Please login to write comment.