Color Hex Logo

#a04ba5 Color Hex

#A04BA5
(160,75,165)
0 Favorites   0 Comments

Color spaces of #a04ba5

RGB 16075165
HSL0.820.380.47
HSV297°55°65°
CMYK 0.030.550.00   0.35
XYZ23.804815.222337.2809
Yxy15.22230.31200.1995
Hunter Lab39.015840.6311-29.3426
CIE-Lab45.937248.1998-33.1293

#a04ba5 color RGB value is (160,75,165).

#a04ba5 hex color red value is 160, green value is 75 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #a04ba5 hue: 0.82 , saturation: 0.38 and the lightness value of a04ba5 is 0.47.

The process color (four color CMYK) of #a04ba5 color hex is 0.03, 0.55, 0.00, 0.35. Web safe color of #a04ba5 is #993399. Color #a04ba5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001011 10100101
Octal 240 113 245
Decimal 160 75 165
Hex A0 4B A5

RGB Percentages of Color #a04ba5

%40.00
%18.75
%41.25

CMYK Percentages of Color #a04ba5

%3
%55
%0
%35

Triadic Colors of #a04ba5

#a04ba5 #a5a04b #4ba5a0

Analogous Colors of #a04ba5

#a04ba5 #a54b7d #734ba5

Monochromatic Colors of #a04ba5

#a04ba5

Complementary Color

#a04ba5 #50a54b

#a04ba5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04ba5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04ba5 Color CSS Codes

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

#a04ba5 Text Font Color

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

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


#a04ba5 Background Color

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

This div background color is #a04ba5


#a04ba5 Border Color

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

This div border color is #a04ba5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04ba5


Comments

No comments written yet.

Please login to write comment.