Color Hex Logo

#a441bb Color Hex

#A441BB
(164,65,187)
0 Favorites   0 Comments

Color spaces of #a441bb

RGB 16465187
HSL0.800.480.49
HSV289°65°73°
CMYK 0.120.650.00   0.27
XYZ26.169815.261048.5801
Yxy15.26100.29070.1695
Hunter Lab39.065351.2125-46.3850
CIE-Lab45.989658.0833-45.9469

#a441bb color RGB value is (164,65,187).

#a441bb hex color red value is 164, green value is 65 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a441bb hue: 0.80 , saturation: 0.48 and the lightness value of a441bb is 0.49.

The process color (four color CMYK) of #a441bb color hex is 0.12, 0.65, 0.00, 0.27. Web safe color of #a441bb is #9933cc. Color #a441bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000001 10111011
Octal 244 101 273
Decimal 164 65 187
Hex A4 41 BB

RGB Percentages of Color #a441bb

%39.42
%15.63
%44.95

CMYK Percentages of Color #a441bb

%12
%65
%0
%27

Triadic Colors of #a441bb

#a441bb #bba441 #41bba4

Analogous Colors of #a441bb

#a441bb #bb4195 #6741bb

Monochromatic Colors of #a441bb

#a441bb

Complementary Color

#a441bb #58bb41

#a441bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a441bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a441bb Color CSS Codes

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

#a441bb Text Font Color

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

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


#a441bb Background Color

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

This div background color is #a441bb


#a441bb Border Color

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

This div border color is #a441bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a441bb


Comments

No comments written yet.

Please login to write comment.