Color Hex Logo

#a51bad Color Hex

#A51BAD
(165,27,173)
0 Favorites   0 Comments

Color spaces of #a51bad

RGB 16527173
HSL0.820.730.39
HSV297°84°68°
CMYK 0.050.840.00   0.32
XYZ23.451811.800340.5768
Yxy11.80030.30930.1556
Hunter Lab34.351661.7466-45.9885
CIE-Lab40.897068.3592-45.8267

#a51bad color RGB value is (165,27,173).

#a51bad hex color red value is 165, green value is 27 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a51bad hue: 0.82 , saturation: 0.73 and the lightness value of a51bad is 0.39.

The process color (four color CMYK) of #a51bad color hex is 0.05, 0.84, 0.00, 0.32. Web safe color of #a51bad is #993399. Color #a51bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00011011 10101101
Octal 245 33 255
Decimal 165 27 173
Hex A5 1B AD

RGB Percentages of Color #a51bad

%45.21
%7.40
%47.40

CMYK Percentages of Color #a51bad

%5
%84
%0
%32

Triadic Colors of #a51bad

#a51bad #ada51b #1bada5

Analogous Colors of #a51bad

#a51bad #ad1b6c #5c1bad

Monochromatic Colors of #a51bad

#a51bad

Complementary Color

#a51bad #23ad1b

#a51bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51bad Color CSS Codes

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

#a51bad Text Font Color

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

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


#a51bad Background Color

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

This div background color is #a51bad


#a51bad Border Color

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

This div border color is #a51bad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,27,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51bad


Comments

No comments written yet.

Please login to write comment.