Color Hex Logo

#a501bb Color Hex

#A501BB
(165,1,187)
0 Favorites   0 Comments

Color spaces of #a501bb

RGB 1651187
HSL0.810.990.37
HSV293°99°73°
CMYK 0.120.990.00   0.27
XYZ24.497511.608947.9633
Yxy11.60890.29140.1381
Hunter Lab34.071868.7150-59.6129
CIE-Lab40.587774.2860-54.6111

#a501bb color RGB value is (165,1,187).

#a501bb hex color red value is 165, green value is 1 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a501bb hue: 0.81 , saturation: 0.99 and the lightness value of a501bb is 0.37.

The process color (four color CMYK) of #a501bb color hex is 0.12, 0.99, 0.00, 0.27. Web safe color of #a501bb is #9900cc. Color #a501bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000001 10111011
Octal 245 1 273
Decimal 165 1 187
Hex A5 1 BB

RGB Percentages of Color #a501bb

%46.74
%0.28
%52.97

CMYK Percentages of Color #a501bb

%12
%99
%0
%27

Triadic Colors of #a501bb

#a501bb #bba501 #01bba5

Analogous Colors of #a501bb

#a501bb #bb0174 #4801bb

Monochromatic Colors of #a501bb

#a501bb

Complementary Color

#a501bb #17bb01

#a501bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a501bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a501bb Color CSS Codes

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

#a501bb Text Font Color

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

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


#a501bb Background Color

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

This div background color is #a501bb


#a501bb Border Color

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

This div border color is #a501bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a501bb


Comments

No comments written yet.

Please login to write comment.