Color Hex Logo

#a825af Color Hex

#A825AF
(168,37,175)
0 Favorites   0 Comments

Color spaces of #a825af

RGB 16837175
HSL0.820.650.42
HSV297°79°69°
CMYK 0.040.790.00   0.31
XYZ24.547912.743141.7233
Yxy12.74310.31070.1613
Hunter Lab35.697560.2776-44.3101
CIE-Lab42.373666.8060-44.6237

#a825af color RGB value is (168,37,175).

#a825af hex color red value is 168, green value is 37 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a825af hue: 0.82 , saturation: 0.65 and the lightness value of a825af is 0.42.

The process color (four color CMYK) of #a825af color hex is 0.04, 0.79, 0.00, 0.31. Web safe color of #a825af is #993399. Color #a825af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100101 10101111
Octal 250 45 257
Decimal 168 37 175
Hex A8 25 AF

RGB Percentages of Color #a825af

%44.21
%9.74
%46.05

CMYK Percentages of Color #a825af

%4
%79
%0
%31

Triadic Colors of #a825af

#a825af #afa825 #25afa8

Analogous Colors of #a825af

#a825af #af2571 #6325af

Monochromatic Colors of #a825af

#a825af

Complementary Color

#a825af #2caf25

#a825af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a825af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a825af Color CSS Codes

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

#a825af Text Font Color

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

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


#a825af Background Color

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

This div background color is #a825af


#a825af Border Color

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

This div border color is #a825af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a825af


Comments

No comments written yet.

Please login to write comment.