Color Hex Logo

#a25faf Color Hex

#A25FAF
(162,95,175)
0 Favorites   0 Comments

Color spaces of #a25faf

RGB 16295175
HSL0.810.330.53
HSV290°46°69°
CMYK 0.070.460.00   0.31
XYZ26.730418.960942.8084
Yxy18.96090.30200.2142
Hunter Lab43.544133.3735-27.8074
CIE-Lab50.641440.3387-31.6174

#a25faf color RGB value is (162,95,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011111 10101111
Octal 242 137 257
Decimal 162 95 175
Hex A2 5F AF

RGB Percentages of Color #a25faf

%37.50
%21.99
%40.51

CMYK Percentages of Color #a25faf

%7
%46
%0
%31

Triadic Colors of #a25faf

#a25faf #afa25f #5fafa2

Analogous Colors of #a25faf

#a25faf #af5f94 #7a5faf

Monochromatic Colors of #a25faf

#a25faf

Complementary Color

#a25faf #6caf5f

#a25faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25faf Color CSS Codes

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

#a25faf Text Font Color

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

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


#a25faf Background Color

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

This div background color is #a25faf


#a25faf Border Color

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

This div border color is #a25faf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,95,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 #a25faf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25faf


Comments

No comments written yet.

Please login to write comment.