Color Hex Logo

#a803ce Color Hex

#A803CE
(168,3,206)
0 Favorites   0 Comments

Color spaces of #a803ce

RGB 1683206
HSL0.800.970.41
HSV289°99°81°
CMYK 0.180.990.00   0.19
XYZ27.321612.846259.4321
Yxy12.84620.27430.1290
Hunter Lab35.841673.3455-73.2248
CIE-Lab42.530677.6968-62.5347

#a803ce color RGB value is (168,3,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00000011 11001110
Octal 250 3 316
Decimal 168 3 206
Hex A8 3 CE

RGB Percentages of Color #a803ce

%44.56
%0.80
%54.64

CMYK Percentages of Color #a803ce

%18
%99
%0
%19

Triadic Colors of #a803ce

#a803ce #cea803 #03cea8

Analogous Colors of #a803ce

#a803ce #ce038f #4203ce

Monochromatic Colors of #a803ce

#a803ce

Complementary Color

#a803ce #29ce03

#a803ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a803ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a803ce Color CSS Codes

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

#a803ce Text Font Color

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

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


#a803ce Background Color

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

This div background color is #a803ce


#a803ce Border Color

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

This div border color is #a803ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a803ce


Comments

No comments written yet.

Please login to write comment.