Color Hex Logo

#a05088 Color Hex

#A05088
(160,80,136)
0 Favorites   0 Comments

Color spaces of #a05088

RGB 16080136
HSL0.880.330.47
HSV318°50°63°
CMYK 0.000.500.15   0.37
XYZ21.809814.988525.0361
Yxy14.98850.35270.2424
Hunter Lab38.715032.8054-11.2410
CIE-Lab45.618440.5111-16.2884

#a05088 color RGB value is (160,80,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010000 10001000
Octal 240 120 210
Decimal 160 80 136
Hex A0 50 88

RGB Percentages of Color #a05088

%42.55
%21.28
%36.17

CMYK Percentages of Color #a05088

%0
%50
%15
%37

Triadic Colors of #a05088

#a05088 #88a050 #5088a0

Analogous Colors of #a05088

#a05088 #a05060 #9050a0

Monochromatic Colors of #a05088

#a05088

Complementary Color

#a05088 #50a068

#a05088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05088 Color CSS Codes

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

#a05088 Text Font Color

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

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


#a05088 Background Color

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

This div background color is #a05088


#a05088 Border Color

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

This div border color is #a05088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05088


Comments

No comments written yet.

Please login to write comment.