Color Hex Logo

#a0167d Color Hex

#A0167D
(160,22,125)
0 Favorites   0 Comments

Color spaces of #a0167d

RGB 16022125
HSL0.880.760.36
HSV315°86°63°
CMYK 0.000.860.22   0.37
XYZ18.48589.528120.2668
Yxy9.52810.38290.1973
Hunter Lab30.867652.8806-17.3208
CIE-Lab36.981861.3222-22.8448

#a0167d color RGB value is (160,22,125).

#a0167d hex color red value is 160, green value is 22 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #a0167d hue: 0.88 , saturation: 0.76 and the lightness value of a0167d is 0.36.

The process color (four color CMYK) of #a0167d color hex is 0.00, 0.86, 0.22, 0.37. Web safe color of #a0167d is #990066. Color #a0167d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010110 01111101
Octal 240 26 175
Decimal 160 22 125
Hex A0 16 7D

RGB Percentages of Color #a0167d

%52.12
%7.17
%40.72

CMYK Percentages of Color #a0167d

%0
%86
%22
%37

Triadic Colors of #a0167d

#a0167d #7da016 #167da0

Analogous Colors of #a0167d

#a0167d #a01638 #7e16a0

Monochromatic Colors of #a0167d

#a0167d

Complementary Color

#a0167d #16a039

#a0167d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0167d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0167d Color CSS Codes

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

#a0167d Text Font Color

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

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


#a0167d Background Color

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

This div background color is #a0167d


#a0167d Border Color

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

This div border color is #a0167d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0167d


Comments

No comments written yet.

Please login to write comment.