Color Hex Logo

#a095fc Color Hex

#A095FC
(160,149,252)
0 Favorites   0 Comments

Color spaces of #a095fc

RGB 160149252
HSL0.680.940.79
HSV246°41°99°
CMYK 0.370.410.00   0.01
XYZ42.815335.996896.7869
Yxy35.99680.24380.2050
Hunter Lab59.997322.3858-53.6477
CIE-Lab66.517527.6077-50.0298

#a095fc color RGB value is (160,149,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010101 11111100
Octal 240 225 374
Decimal 160 149 252
Hex A0 95 FC

RGB Percentages of Color #a095fc

%28.52
%26.56
%44.92

CMYK Percentages of Color #a095fc

%37
%41
%0
%1

Triadic Colors of #a095fc

#a095fc #fca095 #95fca0

Analogous Colors of #a095fc

#a095fc #d495fc #95befc

Monochromatic Colors of #a095fc

#a095fc

Complementary Color

#a095fc #f1fc95

#a095fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a095fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a095fc Color CSS Codes

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

#a095fc Text Font Color

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

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


#a095fc Background Color

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

This div background color is #a095fc


#a095fc Border Color

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

This div border color is #a095fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a095fc


Comments

No comments written yet.

Please login to write comment.