Color Hex Logo

#a060cf Color Hex

#A060CF
(160,96,207)
0 Favorites   0 Comments

Color spaces of #a060cf

RGB 16096207
HSL0.760.540.59
HSV275°54°81°
CMYK 0.230.540.00   0.19
XYZ29.942620.344361.3802
Yxy20.34430.26810.1822
Hunter Lab45.104739.5636-49.1109
CIE-Lab52.224346.1451-47.5882

#a060cf color RGB value is (160,96,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100000 11001111
Octal 240 140 317
Decimal 160 96 207
Hex A0 60 CF

RGB Percentages of Color #a060cf

%34.56
%20.73
%44.71

CMYK Percentages of Color #a060cf

%23
%54
%0
%19

Triadic Colors of #a060cf

#a060cf #cfa060 #60cfa0

Analogous Colors of #a060cf

#a060cf #cf60c7 #6960cf

Monochromatic Colors of #a060cf

#a060cf

Complementary Color

#a060cf #8fcf60

#a060cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a060cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a060cf Color CSS Codes

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

#a060cf Text Font Color

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

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


#a060cf Background Color

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

This div background color is #a060cf


#a060cf Border Color

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

This div border color is #a060cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a060cf


Comments

No comments written yet.

Please login to write comment.