Color Hex Logo

#a05090 Color Hex

#A05090
(160,80,144)
0 Favorites   0 Comments

Color spaces of #a05090

RGB 16080144
HSL0.870.330.47
HSV312°50°63°
CMYK 0.000.500.10   0.37
XYZ22.399915.224528.1436
Yxy15.22450.34060.2315
Hunter Lab39.018634.1913-15.4521
CIE-Lab45.940241.8606-20.6067

#a05090 color RGB value is (160,80,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010000 10010000
Octal 240 120 220
Decimal 160 80 144
Hex A0 50 90

RGB Percentages of Color #a05090

%41.67
%20.83
%37.50

CMYK Percentages of Color #a05090

%0
%50
%10
%37

Triadic Colors of #a05090

#a05090 #90a050 #5090a0

Analogous Colors of #a05090

#a05090 #a05068 #8850a0

Monochromatic Colors of #a05090

#a05090

Complementary Color

#a05090 #50a060

#a05090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05090 Color CSS Codes

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

#a05090 Text Font Color

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

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


#a05090 Background Color

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

This div background color is #a05090


#a05090 Border Color

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

This div border color is #a05090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05090


Comments

No comments written yet.

Please login to write comment.