Color Hex Logo

#a625ae Color Hex

#A625AE
(166,37,174)
0 Favorites   0 Comments

Color spaces of #a625ae

RGB 16637174
HSL0.820.650.41
HSV296°79°68°
CMYK 0.050.790.00   0.32
XYZ24.027412.486141.1881
Yxy12.48610.30920.1607
Hunter Lab35.335759.5382-44.3749
CIE-Lab41.978566.2424-44.6811

#a625ae color RGB value is (166,37,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00100101 10101110
Octal 246 45 256
Decimal 166 37 174
Hex A6 25 AE

RGB Percentages of Color #a625ae

%44.03
%9.81
%46.15

CMYK Percentages of Color #a625ae

%5
%79
%0
%32

Triadic Colors of #a625ae

#a625ae #aea625 #25aea6

Analogous Colors of #a625ae

#a625ae #ae2572 #6225ae

Monochromatic Colors of #a625ae

#a625ae

Complementary Color

#a625ae #2dae25

#a625ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a625ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a625ae Color CSS Codes

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

#a625ae Text Font Color

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

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


#a625ae Background Color

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

This div background color is #a625ae


#a625ae Border Color

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

This div border color is #a625ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a625ae


Comments

No comments written yet.

Please login to write comment.