Color Hex Logo

#a805ce Color Hex

#A805CE
(168,5,206)
0 Favorites   0 Comments

Color spaces of #a805ce

RGB 1685206
HSL0.800.950.41
HSV289°98°81°
CMYK 0.180.980.00   0.19
XYZ27.343312.889659.4393
Yxy12.88960.27430.1293
Hunter Lab35.902173.1183-73.0287
CIE-Lab42.596477.5003-62.4278

#a805ce color RGB value is (168,5,206).

#a805ce hex color red value is 168, green value is 5 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a805ce hue: 0.80 , saturation: 0.95 and the lightness value of a805ce is 0.41.

The process color (four color CMYK) of #a805ce color hex is 0.18, 0.98, 0.00, 0.19. Web safe color of #a805ce is #9900cc. Color #a805ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00000101 11001110
Octal 250 5 316
Decimal 168 5 206
Hex A8 5 CE

RGB Percentages of Color #a805ce

%44.33
%1.32
%54.35

CMYK Percentages of Color #a805ce

%18
%98
%0
%19

Triadic Colors of #a805ce

#a805ce #cea805 #05cea8

Analogous Colors of #a805ce

#a805ce #ce0590 #4405ce

Monochromatic Colors of #a805ce

#a805ce

Complementary Color

#a805ce #2bce05

#a805ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a805ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a805ce Color CSS Codes

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

#a805ce Text Font Color

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

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


#a805ce Background Color

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

This div background color is #a805ce


#a805ce Border Color

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

This div border color is #a805ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a805ce


Comments

No comments written yet.

Please login to write comment.