Color Hex Logo

#a008bc Color Hex

#A008BC
(160,8,188)
0 Favorites   0 Comments

Color spaces of #a008bc

RGB 1608188
HSL0.810.920.38
HSV291°96°74°
CMYK 0.150.960.00   0.26
XYZ23.661111.278148.5068
Yxy11.27810.28350.1352
Hunter Lab33.582966.9936-62.1299
CIE-Lab40.045072.9618-56.1194

#a008bc color RGB value is (160,8,188).

#a008bc hex color red value is 160, green value is 8 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a008bc hue: 0.81 , saturation: 0.92 and the lightness value of a008bc is 0.38.

The process color (four color CMYK) of #a008bc color hex is 0.15, 0.96, 0.00, 0.26. Web safe color of #a008bc is #9900cc. Color #a008bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001000 10111100
Octal 240 10 274
Decimal 160 8 188
Hex A0 8 BC

RGB Percentages of Color #a008bc

%44.94
%2.25
%52.81

CMYK Percentages of Color #a008bc

%15
%96
%0
%26

Triadic Colors of #a008bc

#a008bc #bca008 #08bca0

Analogous Colors of #a008bc

#a008bc #bc087e #4608bc

Monochromatic Colors of #a008bc

#a008bc

Complementary Color

#a008bc #24bc08

#a008bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a008bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a008bc Color CSS Codes

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

#a008bc Text Font Color

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

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


#a008bc Background Color

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

This div background color is #a008bc


#a008bc Border Color

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

This div border color is #a008bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a008bc


Comments

No comments written yet.

Please login to write comment.