Color Hex Logo

#a05fcd Color Hex

#A05FCD
(160,95,205)
0 Favorites   0 Comments

Color spaces of #a05fcd

RGB 16095205
HSL0.770.520.59
HSV275°54°80°
CMYK 0.220.540.00   0.20
XYZ29.608920.065860.0701
Yxy20.06580.26980.1828
Hunter Lab44.794939.5955-48.1517
CIE-Lab51.911546.2245-46.9435

#a05fcd color RGB value is (160,95,205).

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

The process color (four color CMYK) of #a05fcd color hex is 0.22, 0.54, 0.00, 0.20. Web safe color of #a05fcd is #9966cc. Color #a05fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011111 11001101
Octal 240 137 315
Decimal 160 95 205
Hex A0 5F CD

RGB Percentages of Color #a05fcd

%34.78
%20.65
%44.57

CMYK Percentages of Color #a05fcd

%22
%54
%0
%20

Triadic Colors of #a05fcd

#a05fcd #cda05f #5fcda0

Analogous Colors of #a05fcd

#a05fcd #cd5fc3 #695fcd

Monochromatic Colors of #a05fcd

#a05fcd

Complementary Color

#a05fcd #8ccd5f

#a05fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05fcd Color CSS Codes

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

#a05fcd Text Font Color

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

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


#a05fcd Background Color

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

This div background color is #a05fcd


#a05fcd Border Color

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

This div border color is #a05fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05fcd


Comments

No comments written yet.

Please login to write comment.