Color Hex Logo

#a25daf Color Hex

#A25DAF
(162,93,175)
0 Favorites   0 Comments

Color spaces of #a25daf

RGB 16293175
HSL0.810.340.53
HSV290°47°69°
CMYK 0.070.470.00   0.31
XYZ26.552518.605242.7491
Yxy18.60520.30210.2116
Hunter Lab43.133734.3979-28.5677
CIE-Lab50.222141.4179-32.2727

#a25daf color RGB value is (162,93,175).

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

The process color (four color CMYK) of #a25daf color hex is 0.07, 0.47, 0.00, 0.31. Web safe color of #a25daf is #996699. Color #a25daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011101 10101111
Octal 242 135 257
Decimal 162 93 175
Hex A2 5D AF

RGB Percentages of Color #a25daf

%37.67
%21.63
%40.70

CMYK Percentages of Color #a25daf

%7
%47
%0
%31

Triadic Colors of #a25daf

#a25daf #afa25d #5dafa2

Analogous Colors of #a25daf

#a25daf #af5d93 #795daf

Monochromatic Colors of #a25daf

#a25daf

Complementary Color

#a25daf #6aaf5d

#a25daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25daf Color CSS Codes

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

#a25daf Text Font Color

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

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


#a25daf Background Color

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

This div background color is #a25daf


#a25daf Border Color

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

This div border color is #a25daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25daf


Comments

No comments written yet.

Please login to write comment.