Color Hex Logo

#a04baf Color Hex

#A04BAF
(160,75,175)
0 Favorites   0 Comments

Color spaces of #a04baf

RGB 16075175
HSL0.810.400.49
HSV291°57°69°
CMYK 0.090.570.00   0.31
XYZ24.751115.600942.2642
Yxy15.60090.29960.1888
Hunter Lab39.498042.7342-35.7938
CIE-Lab46.446550.1267-38.2266

#a04baf color RGB value is (160,75,175).

#a04baf hex color red value is 160, green value is 75 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a04baf hue: 0.81 , saturation: 0.40 and the lightness value of a04baf is 0.49.

The process color (four color CMYK) of #a04baf color hex is 0.09, 0.57, 0.00, 0.31. Web safe color of #a04baf is #993399. Color #a04baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001011 10101111
Octal 240 113 257
Decimal 160 75 175
Hex A0 4B AF

RGB Percentages of Color #a04baf

%39.02
%18.29
%42.68

CMYK Percentages of Color #a04baf

%9
%57
%0
%31

Triadic Colors of #a04baf

#a04baf #afa04b #4bafa0

Analogous Colors of #a04baf

#a04baf #af4b8c #6e4baf

Monochromatic Colors of #a04baf

#a04baf

Complementary Color

#a04baf #5aaf4b

#a04baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04baf Color CSS Codes

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

#a04baf Text Font Color

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

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


#a04baf Background Color

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

This div background color is #a04baf


#a04baf Border Color

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

This div border color is #a04baf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,75,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04baf


Comments

No comments written yet.

Please login to write comment.