Color Hex Logo

#a05fce Color Hex

#A05FCE
(160,95,206)
0 Favorites   0 Comments

Color spaces of #a05fce

RGB 16095206
HSL0.760.530.59
HSV275°54°81°
CMYK 0.220.540.00   0.19
XYZ29.730020.114260.7080
Yxy20.11420.26890.1819
Hunter Lab44.848939.8409-48.8615
CIE-Lab51.966146.4508-47.4280

#a05fce color RGB value is (160,95,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011111 11001110
Octal 240 137 316
Decimal 160 95 206
Hex A0 5F CE

RGB Percentages of Color #a05fce

%34.71
%20.61
%44.69

CMYK Percentages of Color #a05fce

%22
%54
%0
%19

Triadic Colors of #a05fce

#a05fce #cea05f #5fcea0

Analogous Colors of #a05fce

#a05fce #ce5fc5 #695fce

Monochromatic Colors of #a05fce

#a05fce

Complementary Color

#a05fce #8dce5f

#a05fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05fce Color CSS Codes

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

#a05fce Text Font Color

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

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


#a05fce Background Color

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

This div background color is #a05fce


#a05fce Border Color

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

This div border color is #a05fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05fce


Comments

No comments written yet.

Please login to write comment.