Color Hex Logo

#a20058 Color Hex

#A20058
(162,0,88)
0 Favorites   0 Comments

Color spaces of #a20058

RGB 162088
HSL0.911.000.32
HSV327°100°64°
CMYK 0.001.000.46   0.36
XYZ16.66178.38609.9730
Yxy8.38600.47580.2395
Hunter Lab28.958652.0247-0.1478
CIE-Lab34.774260.9775-2.6124

#a20058 color RGB value is (162,0,88).

#a20058 hex color red value is 162, green value is 0 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #a20058 hue: 0.91 , saturation: 1.00 and the lightness value of a20058 is 0.32.

The process color (four color CMYK) of #a20058 color hex is 0.00, 1.00, 0.46, 0.36. Web safe color of #a20058 is #990066. Color #a20058 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00000000 01011000
Octal 242 0 130
Decimal 162 0 88
Hex A2 0 58

RGB Percentages of Color #a20058

%64.80
%0.00
%35.20

CMYK Percentages of Color #a20058

%0
%100
%46
%36

Triadic Colors of #a20058

#a20058 #58a200 #0058a2

Analogous Colors of #a20058

#a20058 #a20007 #9b00a2

Monochromatic Colors of #a20058

#a20058

Complementary Color

#a20058 #00a24a

#a20058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a20058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a20058 Color CSS Codes

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

#a20058 Text Font Color

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

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


#a20058 Background Color

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

This div background color is #a20058


#a20058 Border Color

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

This div border color is #a20058


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,0,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a20058; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a20058;
  -webkit-box-shadow: 1px 1px 3px 2px #a20058;
  box-shadow:         1px 1px 3px 2px #a20058; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,0,88, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a20058


Comments

No comments written yet.

Please login to write comment.