Color Hex Logo

#a008cf Color Hex

#A008CF
(160,8,207)
0 Favorites   0 Comments

Color spaces of #a008cf

RGB 1608207
HSL0.790.930.42
HSV286°96°81°
CMYK 0.230.960.00   0.19
XYZ25.846512.152260.0148
Yxy12.15220.26370.1240
Hunter Lab34.860071.3415-77.6713
CIE-Lab41.457076.2754-64.9182

#a008cf color RGB value is (160,8,207).

#a008cf hex color red value is 160, green value is 8 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a008cf hue: 0.79 , saturation: 0.93 and the lightness value of a008cf is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001000 11001111
Octal 240 10 317
Decimal 160 8 207
Hex A0 8 CF

RGB Percentages of Color #a008cf

%42.67
%2.13
%55.20

CMYK Percentages of Color #a008cf

%23
%96
%0
%19

Triadic Colors of #a008cf

#a008cf #cfa008 #08cfa0

Analogous Colors of #a008cf

#a008cf #cf089b #3d08cf

Monochromatic Colors of #a008cf

#a008cf

Complementary Color

#a008cf #37cf08

#a008cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a008cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a008cf Color CSS Codes

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

#a008cf Text Font Color

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

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


#a008cf Background Color

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

This div background color is #a008cf


#a008cf Border Color

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

This div border color is #a008cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a008cf


Comments

No comments written yet.

Please login to write comment.