Color Hex Logo

#a05fca Color Hex

#A05FCA
(160,95,202)
0 Favorites   0 Comments

Color spaces of #a05fca

RGB 16095202
HSL0.770.500.58
HSV276°53°79°
CMYK 0.210.530.00   0.21
XYZ29.250119.922358.1808
Yxy19.92230.27250.1856
Hunter Lab44.634438.8655-46.0402
CIE-Lab51.749245.5493-45.4852

#a05fca color RGB value is (160,95,202).

#a05fca hex color red value is 160, green value is 95 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a05fca hue: 0.77 , saturation: 0.50 and the lightness value of a05fca is 0.58.

The process color (four color CMYK) of #a05fca color hex is 0.21, 0.53, 0.00, 0.21. Web safe color of #a05fca is #9966cc. Color #a05fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011111 11001010
Octal 240 137 312
Decimal 160 95 202
Hex A0 5F CA

RGB Percentages of Color #a05fca

%35.01
%20.79
%44.20

CMYK Percentages of Color #a05fca

%21
%53
%0
%21

Triadic Colors of #a05fca

#a05fca #caa05f #5fcaa0

Analogous Colors of #a05fca

#a05fca #ca5fbf #6b5fca

Monochromatic Colors of #a05fca

#a05fca

Complementary Color

#a05fca #89ca5f

#a05fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05fca Color CSS Codes

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

#a05fca Text Font Color

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

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


#a05fca Background Color

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

This div background color is #a05fca


#a05fca Border Color

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

This div border color is #a05fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05fca


Comments

No comments written yet.

Please login to write comment.