Color Hex Logo

#a70acb Color Hex

#A70ACB
(167,10,203)
0 Favorites   0 Comments

Color spaces of #a70acb

RGB 16710203
HSL0.800.910.42
HSV289°95°80°
CMYK 0.180.950.00   0.20
XYZ26.824412.744457.5460
Yxy12.74440.27620.1312
Hunter Lab35.699371.6509-70.5839
CIE-Lab42.375676.3510-61.0543

#a70acb color RGB value is (167,10,203).

#a70acb hex color red value is 167, green value is 10 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a70acb hue: 0.80 , saturation: 0.91 and the lightness value of a70acb is 0.42.

The process color (four color CMYK) of #a70acb color hex is 0.18, 0.95, 0.00, 0.20. Web safe color of #a70acb is #9900cc. Color #a70acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00001010 11001011
Octal 247 12 313
Decimal 167 10 203
Hex A7 A CB

RGB Percentages of Color #a70acb

%43.95
%2.63
%53.42

CMYK Percentages of Color #a70acb

%18
%95
%0
%20

Triadic Colors of #a70acb

#a70acb #cba70a #0acba7

Analogous Colors of #a70acb

#a70acb #cb0a8f #460acb

Monochromatic Colors of #a70acb

#a70acb

Complementary Color

#a70acb #2ecb0a

#a70acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a70acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a70acb Color CSS Codes

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

#a70acb Text Font Color

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

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


#a70acb Background Color

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

This div background color is #a70acb


#a70acb Border Color

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

This div border color is #a70acb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,10,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a70acb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a70acb;
  -webkit-box-shadow: 1px 1px 3px 2px #a70acb;
  box-shadow:         1px 1px 3px 2px #a70acb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,10,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a70acb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a70acb


Comments

No comments written yet.

Please login to write comment.