Color Hex Logo

#a070bc Color Hex

#A070BC
(160,112,188)
0 Favorites   0 Comments

Color spaces of #a070bc

RGB 160112188
HSL0.770.360.59
HSV278°40°74°
CMYK 0.150.400.00   0.26
XYZ29.368522.692850.4092
Yxy22.69280.28660.2215
Hunter Lab47.637026.6817-29.3945
CIE-Lab54.754533.0505-32.7295

#a070bc color RGB value is (160,112,188).

#a070bc hex color red value is 160, green value is 112 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a070bc hue: 0.77 , saturation: 0.36 and the lightness value of a070bc is 0.59.

The process color (four color CMYK) of #a070bc color hex is 0.15, 0.40, 0.00, 0.26. Web safe color of #a070bc is #9966cc. Color #a070bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110000 10111100
Octal 240 160 274
Decimal 160 112 188
Hex A0 70 BC

RGB Percentages of Color #a070bc

%34.78
%24.35
%40.87

CMYK Percentages of Color #a070bc

%15
%40
%0
%26

Triadic Colors of #a070bc

#a070bc #bca070 #70bca0

Analogous Colors of #a070bc

#a070bc #bc70b2 #7a70bc

Monochromatic Colors of #a070bc

#a070bc

Complementary Color

#a070bc #8cbc70

#a070bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a070bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a070bc Color CSS Codes

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

#a070bc Text Font Color

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

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


#a070bc Background Color

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

This div background color is #a070bc


#a070bc Border Color

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

This div border color is #a070bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,112,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a070bc


Comments

No comments written yet.

Please login to write comment.