Color Hex Logo

#a41bad Color Hex

#A41BAD
(164,27,173)
0 Favorites   0 Comments

Color spaces of #a41bad

RGB 16427173
HSL0.820.730.39
HSV296°84°68°
CMYK 0.050.840.00   0.32
XYZ23.244611.693540.5671
Yxy11.69350.30790.1549
Hunter Lab34.195861.4930-46.3999
CIE-Lab40.724868.1750-46.1121

#a41bad color RGB value is (164,27,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011011 10101101
Octal 244 33 255
Decimal 164 27 173
Hex A4 1B AD

RGB Percentages of Color #a41bad

%45.05
%7.42
%47.53

CMYK Percentages of Color #a41bad

%5
%84
%0
%32

Triadic Colors of #a41bad

#a41bad #ada41b #1bada4

Analogous Colors of #a41bad

#a41bad #ad1b6d #5b1bad

Monochromatic Colors of #a41bad

#a41bad

Complementary Color

#a41bad #24ad1b

#a41bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41bad Color CSS Codes

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

#a41bad Text Font Color

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

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


#a41bad Background Color

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

This div background color is #a41bad


#a41bad Border Color

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

This div border color is #a41bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41bad


Comments

No comments written yet.

Please login to write comment.