Color Hex Logo

#a008bb Color Hex

#A008BB
(160,8,187)
0 Favorites   0 Comments

Color spaces of #a008bb

RGB 1608187
HSL0.810.920.38
HSV291°96°73°
CMYK 0.140.960.00   0.27
XYZ23.553711.235147.9409
Yxy11.23510.28470.1358
Hunter Lab33.518866.7743-61.3375
CIE-Lab39.973772.7925-55.6461

#a008bb color RGB value is (160,8,187).

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

The process color (four color CMYK) of #a008bb color hex is 0.14, 0.96, 0.00, 0.27. Web safe color of #a008bb is #9900cc. Color #a008bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001000 10111011
Octal 240 10 273
Decimal 160 8 187
Hex A0 8 BB

RGB Percentages of Color #a008bb

%45.07
%2.25
%52.68

CMYK Percentages of Color #a008bb

%14
%96
%0
%27

Triadic Colors of #a008bb

#a008bb #bba008 #08bba0

Analogous Colors of #a008bb

#a008bb #bb087d #4608bb

Monochromatic Colors of #a008bb

#a008bb

Complementary Color

#a008bb #23bb08

#a008bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a008bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a008bb Color CSS Codes

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

#a008bb Text Font Color

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

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


#a008bb Background Color

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

This div background color is #a008bb


#a008bb Border Color

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

This div border color is #a008bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a008bb


Comments

No comments written yet.

Please login to write comment.