Color Hex Logo

#a000cf Color Hex

#A000CF
(160,0,207)
0 Favorites   0 Comments

Color spaces of #a000cf

RGB 1600207
HSL0.801.000.41
HSV286°100°81°
CMYK 0.231.000.00   0.19
XYZ25.759711.978659.9859
Yxy11.97860.26360.1226
Hunter Lab34.610172.2867-78.5337
CIE-Lab41.182177.0974-65.3658

#a000cf color RGB value is (160,0,207).

#a000cf hex color red value is 160, green value is 0 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a000cf hue: 0.80 , saturation: 1.00 and the lightness value of a000cf is 0.41.

The process color (four color CMYK) of #a000cf color hex is 0.23, 1.00, 0.00, 0.19. Web safe color of #a000cf is #9900cc. Color #a000cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000000 11001111
Octal 240 0 317
Decimal 160 0 207
Hex A0 0 CF

RGB Percentages of Color #a000cf

%43.60
%0.00
%56.40

CMYK Percentages of Color #a000cf

%23
%100
%0
%19

Triadic Colors of #a000cf

#a000cf #cfa000 #00cfa0

Analogous Colors of #a000cf

#a000cf #cf0097 #3900cf

Monochromatic Colors of #a000cf

#a000cf

Complementary Color

#a000cf #2fcf00

#a000cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a000cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a000cf Color CSS Codes

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

#a000cf Text Font Color

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

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


#a000cf Background Color

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

This div background color is #a000cf


#a000cf Border Color

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

This div border color is #a000cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a000cf


Comments

No comments written yet.

Please login to write comment.