color codes Logo

#a000b5 color codes

#A000B5
(160,0,181)
0 Favorites   0 Comments

Color spaces of #a000b5

RGB 1600181
HSL0.811.000.35
HSV293°100°71°
CMYK 0.121.000.00   0.29
XYZ22.837710.809844.5989
Yxy10.80980.29190.1382
Hunter Lab32.878366.4516-57.4113
CIE-Lab39.258372.6610-53.2584

#a000b5 color RGB value is (160,0,181).

#a000b5 hex color red value is 160, green value is 0 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #a000b5 hue: 0.81 , saturation: 1.00 and the lightness value of a000b5 is 0.35.

The process color (four color CMYK) of #a000b5 color code is 0.12, 1.00, 0.00, 0.29. Web safe color of #a000b5 is #9900cc. Color #a000b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000000 10110101
Octal 240 0 265
Decimal 160 0 181
Hex A0 0 B5

RGB Percentages of Color #a000b5

%46.92
%0.00
%53.08

CMYK Percentages of Color #a000b5

%12
%100
%0
%29

Triadic Colors of #a000b5

#a000b5 #b5a000 #00b5a0

Analogous Colors of #a000b5

#a000b5 #b50070 #4600b5

Monochromatic Colors of #a000b5

#a000b5

Complementary Color

#a000b5 #15b500

#a000b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a000b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a000b5 Color CSS Codes

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

#a000b5 Text Font Color

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

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


#a000b5 Background Color

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

This div background color is #a000b5


#a000b5 Border Color

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

This div border color is #a000b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a000b5


Comments

No comments written yet.

Please login to write comment.