Color Hex Logo

#a008ce Color Hex

#A008CE
(160,8,206)
0 Favorites   0 Comments

Color spaces of #a008ce

RGB 1608206
HSL0.790.930.42
HSV286°96°81°
CMYK 0.220.960.00   0.19
XYZ25.724612.103559.3729
Yxy12.10350.26470.1245
Hunter Lab34.790171.1044-76.8315
CIE-Lab41.380176.0967-64.4640

#a008ce color RGB value is (160,8,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001000 11001110
Octal 240 10 316
Decimal 160 8 206
Hex A0 8 CE

RGB Percentages of Color #a008ce

%42.78
%2.14
%55.08

CMYK Percentages of Color #a008ce

%22
%96
%0
%19

Triadic Colors of #a008ce

#a008ce #cea008 #08cea0

Analogous Colors of #a008ce

#a008ce #ce0899 #3d08ce

Monochromatic Colors of #a008ce

#a008ce

Complementary Color

#a008ce #36ce08

#a008ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a008ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a008ce Color CSS Codes

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

#a008ce Text Font Color

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

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


#a008ce Background Color

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

This div background color is #a008ce


#a008ce Border Color

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

This div border color is #a008ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a008ce


Comments

No comments written yet.

Please login to write comment.