Color Hex Logo

#a2508d Color Hex

#A2508D
(162,80,141)
0 Favorites   0 Comments

Color spaces of #a2508d

RGB 16280141
HSL0.880.340.47
HSV315°51°64°
CMYK 0.000.510.13   0.36
XYZ22.576715.341826.9706
Yxy15.34180.34790.2364
Hunter Lab39.168634.3419-13.4077
CIE-Lab46.098841.9871-18.5380

#a2508d color RGB value is (162,80,141).

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

The process color (four color CMYK) of #a2508d color hex is 0.00, 0.51, 0.13, 0.36. Web safe color of #a2508d is #996699. Color #a2508d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010000 10001101
Octal 242 120 215
Decimal 162 80 141
Hex A2 50 8D

RGB Percentages of Color #a2508d

%42.30
%20.89
%36.81

CMYK Percentages of Color #a2508d

%0
%51
%13
%36

Triadic Colors of #a2508d

#a2508d #8da250 #508da2

Analogous Colors of #a2508d

#a2508d #a25064 #8e50a2

Monochromatic Colors of #a2508d

#a2508d

Complementary Color

#a2508d #50a265

#a2508d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2508d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2508d Color CSS Codes

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

#a2508d Text Font Color

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

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


#a2508d Background Color

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

This div background color is #a2508d


#a2508d Border Color

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

This div border color is #a2508d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2508d


Comments

No comments written yet.

Please login to write comment.