Color Hex Logo

#a23582 Color Hex

#A23582
(162,53,130)
0 Favorites   0 Comments

Color spaces of #a23582

RGB 16253130
HSL0.880.510.42
HSV318°67°64°
CMYK 0.000.670.20   0.36
XYZ20.202711.839322.3395
Yxy11.83930.37150.2177
Hunter Lab34.408344.5911-14.4081
CIE-Lab40.959652.8811-19.7538

#a23582 color RGB value is (162,53,130).

#a23582 hex color red value is 162, green value is 53 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #a23582 hue: 0.88 , saturation: 0.51 and the lightness value of a23582 is 0.42.

The process color (four color CMYK) of #a23582 color hex is 0.00, 0.67, 0.20, 0.36. Web safe color of #a23582 is #993399. Color #a23582 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00110101 10000010
Octal 242 65 202
Decimal 162 53 130
Hex A2 35 82

RGB Percentages of Color #a23582

%46.96
%15.36
%37.68

CMYK Percentages of Color #a23582

%0
%67
%20
%36

Triadic Colors of #a23582

#a23582 #82a235 #3582a2

Analogous Colors of #a23582

#a23582 #a2354b #8c35a2

Monochromatic Colors of #a23582

#a23582

Complementary Color

#a23582 #35a255

#a23582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a23582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a23582 Color CSS Codes

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

#a23582 Text Font Color

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

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


#a23582 Background Color

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

This div background color is #a23582


#a23582 Border Color

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

This div border color is #a23582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a23582


Comments

No comments written yet.

Please login to write comment.