Color Hex Logo

#a25dad Color Hex

#A25DAD
(162,93,173)
0 Favorites   0 Comments

Color spaces of #a25dad

RGB 16293173
HSL0.810.330.52
HSV292°46°68°
CMYK 0.060.460.00   0.32
XYZ26.357518.527241.7221
Yxy18.52720.30430.2139
Hunter Lab43.043233.9787-27.3399
CIE-Lab50.129441.0153-31.2503

#a25dad color RGB value is (162,93,173).

#a25dad hex color red value is 162, green value is 93 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a25dad hue: 0.81 , saturation: 0.33 and the lightness value of a25dad is 0.52.

The process color (four color CMYK) of #a25dad color hex is 0.06, 0.46, 0.00, 0.32. Web safe color of #a25dad is #996699. Color #a25dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011101 10101101
Octal 242 135 255
Decimal 162 93 173
Hex A2 5D AD

RGB Percentages of Color #a25dad

%37.85
%21.73
%40.42

CMYK Percentages of Color #a25dad

%6
%46
%0
%32

Triadic Colors of #a25dad

#a25dad #ada25d #5dada2

Analogous Colors of #a25dad

#a25dad #ad5d90 #7a5dad

Monochromatic Colors of #a25dad

#a25dad

Complementary Color

#a25dad #68ad5d

#a25dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25dad Color CSS Codes

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

#a25dad Text Font Color

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

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


#a25dad Background Color

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

This div background color is #a25dad


#a25dad Border Color

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

This div border color is #a25dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25dad


Comments

No comments written yet.

Please login to write comment.