Color Hex Logo

#a00cfc Color Hex

#A00CFC
(160,12,252)
0 Favorites   0 Comments

Color spaces of #a00cfc

RGB 16012252
HSL0.770.980.52
HSV277°95°99°
CMYK 0.370.950.00   0.01
XYZ32.199414.764893.2483
Yxy14.76480.22960.1053
Hunter Lab38.425082.3358-116.9852
CIE-Lab45.310484.2877-84.2210

#a00cfc color RGB value is (160,12,252).

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

The process color (four color CMYK) of #a00cfc color hex is 0.37, 0.95, 0.00, 0.01. Web safe color of #a00cfc is #9900ff. Color #a00cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001100 11111100
Octal 240 14 374
Decimal 160 12 252
Hex A0 C FC

RGB Percentages of Color #a00cfc

%37.74
%2.83
%59.43

CMYK Percentages of Color #a00cfc

%37
%95
%0
%1

Triadic Colors of #a00cfc

#a00cfc #fca00c #0cfca0

Analogous Colors of #a00cfc

#a00cfc #fc0ce0 #280cfc

Monochromatic Colors of #a00cfc

#a00cfc

Complementary Color

#a00cfc #68fc0c

#a00cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00cfc Color CSS Codes

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

#a00cfc Text Font Color

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

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


#a00cfc Background Color

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

This div background color is #a00cfc


#a00cfc Border Color

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

This div border color is #a00cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00cfc


Comments

No comments written yet.

Please login to write comment.