Color Hex Logo

#a04d9b Color Hex

#A04D9B
(160,77,155)
0 Favorites   0 Comments

Color spaces of #a04d9b

RGB 16077155
HSL0.840.350.46
HSV304°52°63°
CMYK 0.000.520.03   0.37
XYZ23.067515.147932.7184
Yxy15.14790.32520.2135
Hunter Lab38.920337.6838-22.5980
CIE-Lab45.836145.3473-27.3457

#a04d9b color RGB value is (160,77,155).

#a04d9b hex color red value is 160, green value is 77 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #a04d9b hue: 0.84 , saturation: 0.35 and the lightness value of a04d9b is 0.46.

The process color (four color CMYK) of #a04d9b color hex is 0.00, 0.52, 0.03, 0.37. Web safe color of #a04d9b is #996699. Color #a04d9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001101 10011011
Octal 240 115 233
Decimal 160 77 155
Hex A0 4D 9B

RGB Percentages of Color #a04d9b

%40.82
%19.64
%39.54

CMYK Percentages of Color #a04d9b

%0
%52
%3
%37

Triadic Colors of #a04d9b

#a04d9b #9ba04d #4d9ba0

Analogous Colors of #a04d9b

#a04d9b #a04d72 #7c4da0

Monochromatic Colors of #a04d9b

#a04d9b

Complementary Color

#a04d9b #4da052

#a04d9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04d9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04d9b Color CSS Codes

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

#a04d9b Text Font Color

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

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


#a04d9b Background Color

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

This div background color is #a04d9b


#a04d9b Border Color

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

This div border color is #a04d9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04d9b


Comments

No comments written yet.

Please login to write comment.