Color Hex Logo

#a818ce Color Hex

#A818CE
(168,24,206)
0 Favorites   0 Comments

Color spaces of #a818ce

RGB 16824206
HSL0.800.790.45
HSV287°88°81°
CMYK 0.180.880.00   0.19
XYZ27.615713.434359.5301
Yxy13.43430.27460.1336
Hunter Lab36.652870.3465-70.6395
CIE-Lab43.410575.0839-61.1075

#a818ce color RGB value is (168,24,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00011000 11001110
Octal 250 30 316
Decimal 168 24 206
Hex A8 18 CE

RGB Percentages of Color #a818ce

%42.21
%6.03
%51.76

CMYK Percentages of Color #a818ce

%18
%88
%0
%19

Triadic Colors of #a818ce

#a818ce #cea818 #18cea8

Analogous Colors of #a818ce

#a818ce #ce1899 #4d18ce

Monochromatic Colors of #a818ce

#a818ce

Complementary Color

#a818ce #3ece18

#a818ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a818ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a818ce Color CSS Codes

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

#a818ce Text Font Color

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

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


#a818ce Background Color

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

This div background color is #a818ce


#a818ce Border Color

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

This div border color is #a818ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a818ce


Comments

No comments written yet.

Please login to write comment.