Color Hex Logo

#a44abb Color Hex

#A44ABB
(164,74,187)
0 Favorites   0 Comments

Color spaces of #a44abb

RGB 16474187
HSL0.800.450.51
HSV288°60°73°
CMYK 0.120.600.00   0.27
XYZ26.728316.377948.7662
Yxy16.37790.29090.1783
Hunter Lab40.469647.0691-43.1162
CIE-Lab47.466454.0155-43.5956

#a44abb color RGB value is (164,74,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001010 10111011
Octal 244 112 273
Decimal 164 74 187
Hex A4 4A BB

RGB Percentages of Color #a44abb

%38.59
%17.41
%44.00

CMYK Percentages of Color #a44abb

%12
%60
%0
%27

Triadic Colors of #a44abb

#a44abb #bba44a #4abba4

Analogous Colors of #a44abb

#a44abb #bb4a9a #6c4abb

Monochromatic Colors of #a44abb

#a44abb

Complementary Color

#a44abb #61bb4a

#a44abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44abb Color CSS Codes

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

#a44abb Text Font Color

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

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


#a44abb Background Color

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

This div background color is #a44abb


#a44abb Border Color

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

This div border color is #a44abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44abb


Comments

No comments written yet.

Please login to write comment.