Color Hex Logo

#a825ae Color Hex

#A825AE
(168,37,174)
0 Favorites   0 Comments

Color spaces of #a825ae

RGB 16837174
HSL0.830.650.41
HSV297°79°68°
CMYK 0.030.790.00   0.32
XYZ24.450012.704041.2078
Yxy12.70400.31200.1621
Hunter Lab35.642760.0720-43.5975
CIE-Lab42.313866.6398-44.1260

#a825ae color RGB value is (168,37,174).

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

The process color (four color CMYK) of #a825ae color hex is 0.03, 0.79, 0.00, 0.32. Web safe color of #a825ae is #993399. Color #a825ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100101 10101110
Octal 250 45 256
Decimal 168 37 174
Hex A8 25 AE

RGB Percentages of Color #a825ae

%44.33
%9.76
%45.91

CMYK Percentages of Color #a825ae

%3
%79
%0
%32

Triadic Colors of #a825ae

#a825ae #aea825 #25aea8

Analogous Colors of #a825ae

#a825ae #ae2570 #6425ae

Monochromatic Colors of #a825ae

#a825ae

Complementary Color

#a825ae #2bae25

#a825ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a825ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a825ae Color CSS Codes

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

#a825ae Text Font Color

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

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


#a825ae Background Color

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

This div background color is #a825ae


#a825ae Border Color

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

This div border color is #a825ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,37,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a825ae


Comments

No comments written yet.

Please login to write comment.