Color Hex Logo

#a04087 Color Hex

#A04087
(160,64,135)
0 Favorites   0 Comments

Color spaces of #a04087

RGB 16064135
HSL0.880.430.44
HSV316°60°63°
CMYK 0.000.600.16   0.37
XYZ20.703812.889624.3184
Yxy12.88960.35750.2226
Hunter Lab35.902140.1076-15.0288
CIE-Lab42.596448.2726-20.3166

#a04087 color RGB value is (160,64,135).

#a04087 hex color red value is 160, green value is 64 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #a04087 hue: 0.88 , saturation: 0.43 and the lightness value of a04087 is 0.44.

The process color (four color CMYK) of #a04087 color hex is 0.00, 0.60, 0.16, 0.37. Web safe color of #a04087 is #993399. Color #a04087 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000000 10000111
Octal 240 100 207
Decimal 160 64 135
Hex A0 40 87

RGB Percentages of Color #a04087

%44.57
%17.83
%37.60

CMYK Percentages of Color #a04087

%0
%60
%16
%37

Triadic Colors of #a04087

#a04087 #87a040 #4087a0

Analogous Colors of #a04087

#a04087 #a04057 #8940a0

Monochromatic Colors of #a04087

#a04087

Complementary Color

#a04087 #40a059

#a04087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04087 Color CSS Codes

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

#a04087 Text Font Color

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

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


#a04087 Background Color

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

This div background color is #a04087


#a04087 Border Color

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

This div border color is #a04087


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04087


Comments

No comments written yet.

Please login to write comment.