Color Hex Logo

#a05095 Color Hex

#A05095
(160,80,149)
0 Favorites   0 Comments

Color spaces of #a05095

RGB 16080149
HSL0.860.330.47
HSV308°50°63°
CMYK 0.000.500.07   0.37
XYZ22.790715.380830.2014
Yxy15.38080.33330.2250
Hunter Lab39.218435.0984-18.2054
CIE-Lab46.151442.7358-23.2749

#a05095 color RGB value is (160,80,149).

#a05095 hex color red value is 160, green value is 80 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #a05095 hue: 0.86 , saturation: 0.33 and the lightness value of a05095 is 0.47.

The process color (four color CMYK) of #a05095 color hex is 0.00, 0.50, 0.07, 0.37. Web safe color of #a05095 is #996699. Color #a05095 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010000 10010101
Octal 240 120 225
Decimal 160 80 149
Hex A0 50 95

RGB Percentages of Color #a05095

%41.13
%20.57
%38.30

CMYK Percentages of Color #a05095

%0
%50
%7
%37

Triadic Colors of #a05095

#a05095 #95a050 #5095a0

Analogous Colors of #a05095

#a05095 #a0506d #8350a0

Monochromatic Colors of #a05095

#a05095

Complementary Color

#a05095 #50a05b

#a05095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05095 Color CSS Codes

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

#a05095 Text Font Color

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

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


#a05095 Background Color

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

This div background color is #a05095


#a05095 Border Color

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

This div border color is #a05095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05095


Comments

No comments written yet.

Please login to write comment.