Color Hex Logo

#a04abb Color Hex

#A04ABB
(160,74,187)
0 Favorites   0 Comments

Color spaces of #a04abb

RGB 16074187
HSL0.790.450.51
HSV286°60°73°
CMYK 0.140.600.00   0.27
XYZ25.915615.959048.7282
Yxy15.95900.28600.1761
Hunter Lab39.948745.8866-44.3560
CIE-Lab46.920753.0136-44.4969

#a04abb color RGB value is (160,74,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001010 10111011
Octal 240 112 273
Decimal 160 74 187
Hex A0 4A BB

RGB Percentages of Color #a04abb

%38.00
%17.58
%44.42

CMYK Percentages of Color #a04abb

%14
%60
%0
%27

Triadic Colors of #a04abb

#a04abb #bba04a #4abba0

Analogous Colors of #a04abb

#a04abb #bb4a9e #684abb

Monochromatic Colors of #a04abb

#a04abb

Complementary Color

#a04abb #65bb4a

#a04abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04abb Color CSS Codes

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

#a04abb Text Font Color

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

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


#a04abb Background Color

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

This div background color is #a04abb


#a04abb Border Color

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

This div border color is #a04abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04abb


Comments

No comments written yet.

Please login to write comment.