Color Hex Logo

#a501bc Color Hex

#A501BC
(165,1,188)
0 Favorites   0 Comments

Color spaces of #a501bc

RGB 1651188
HSL0.810.990.37
HSV293°99°74°
CMYK 0.120.990.00   0.26
XYZ24.605011.651948.5292
Yxy11.65190.29020.1374
Hunter Lab34.134968.9298-60.3976
CIE-Lab40.657474.4499-55.0870

#a501bc color RGB value is (165,1,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000001 10111100
Octal 245 1 274
Decimal 165 1 188
Hex A5 1 BC

RGB Percentages of Color #a501bc

%46.61
%0.28
%53.11

CMYK Percentages of Color #a501bc

%12
%99
%0
%26

Triadic Colors of #a501bc

#a501bc #bca501 #01bca5

Analogous Colors of #a501bc

#a501bc #bc0176 #4701bc

Monochromatic Colors of #a501bc

#a501bc

Complementary Color

#a501bc #18bc01

#a501bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a501bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a501bc Color CSS Codes

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

#a501bc Text Font Color

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

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


#a501bc Background Color

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

This div background color is #a501bc


#a501bc Border Color

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

This div border color is #a501bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a501bc


Comments

No comments written yet.

Please login to write comment.