Color Hex Logo

#a095ff Color Hex

#A095FF
(160,149,255)
0 Favorites   0 Comments

Color spaces of #a095ff

RGB 160149255
HSL0.681.000.79
HSV246°42°100°
CMYK 0.370.420.00   0.00
XYZ43.294736.188599.3109
Yxy36.18850.24210.2024
Hunter Lab60.156923.1913-55.7700
CIE-Lab66.663728.4027-51.4349

#a095ff color RGB value is (160,149,255).

#a095ff hex color red value is 160, green value is 149 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a095ff hue: 0.68 , saturation: 1.00 and the lightness value of a095ff is 0.79.

The process color (four color CMYK) of #a095ff color hex is 0.37, 0.42, 0.00, 0.00. Web safe color of #a095ff is #9999ff. Color #a095ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010101 11111111
Octal 240 225 377
Decimal 160 149 255
Hex A0 95 FF

RGB Percentages of Color #a095ff

%28.37
%26.42
%45.21

CMYK Percentages of Color #a095ff

%37
%42
%0
%0

Triadic Colors of #a095ff

#a095ff #ffa095 #95ffa0

Analogous Colors of #a095ff

#a095ff #d595ff #95bfff

Monochromatic Colors of #a095ff

#a095ff

Complementary Color

#a095ff #f4ff95

#a095ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a095ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a095ff Color CSS Codes

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

#a095ff Text Font Color

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

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


#a095ff Background Color

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

This div background color is #a095ff


#a095ff Border Color

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

This div border color is #a095ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a095ff

Related Colors


Comments

No comments written yet.

Please login to write comment.