Color Hex Logo

#a870ce Color Hex

#A870CE
(168,112,206)
0 Favorites   0 Comments

Color spaces of #a870ce

RGB 168112206
HSL0.770.490.62
HSV276°46°81°
CMYK 0.180.460.00   0.19
XYZ33.083224.369461.3526
Yxy24.36940.27850.2051
Hunter Lab49.365433.2360-39.1314
CIE-Lab56.455839.4074-40.2677

#a870ce color RGB value is (168,112,206).

#a870ce hex color red value is 168, green value is 112 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a870ce hue: 0.77 , saturation: 0.49 and the lightness value of a870ce is 0.62.

The process color (four color CMYK) of #a870ce color hex is 0.18, 0.46, 0.00, 0.19. Web safe color of #a870ce is #9966cc. Color #a870ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110000 11001110
Octal 250 160 316
Decimal 168 112 206
Hex A8 70 CE

RGB Percentages of Color #a870ce

%34.57
%23.05
%42.39

CMYK Percentages of Color #a870ce

%18
%46
%0
%19

Triadic Colors of #a870ce

#a870ce #cea870 #70cea8

Analogous Colors of #a870ce

#a870ce #ce70c5 #7970ce

Monochromatic Colors of #a870ce

#a870ce

Complementary Color

#a870ce #96ce70

#a870ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a870ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a870ce Color CSS Codes

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

#a870ce Text Font Color

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

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


#a870ce Background Color

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

This div background color is #a870ce


#a870ce Border Color

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

This div border color is #a870ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a870ce


Comments

No comments written yet.

Please login to write comment.