Color Hex Logo

#a25cae Color Hex

#A25CAE
(162,92,174)
0 Favorites   0 Comments

Color spaces of #a25cae

RGB 16292174
HSL0.810.340.52
HSV291°47°68°
CMYK 0.070.470.00   0.32
XYZ26.367418.391742.2046
Yxy18.39170.30320.2115
Hunter Lab42.885534.6978-28.3287
CIE-Lab49.967841.7527-32.0867

#a25cae color RGB value is (162,92,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011100 10101110
Octal 242 134 256
Decimal 162 92 174
Hex A2 5C AE

RGB Percentages of Color #a25cae

%37.85
%21.50
%40.65

CMYK Percentages of Color #a25cae

%7
%47
%0
%32

Triadic Colors of #a25cae

#a25cae #aea25c #5caea2

Analogous Colors of #a25cae

#a25cae #ae5c91 #795cae

Monochromatic Colors of #a25cae

#a25cae

Complementary Color

#a25cae #68ae5c

#a25cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25cae Color CSS Codes

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

#a25cae Text Font Color

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

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


#a25cae Background Color

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

This div background color is #a25cae


#a25cae Border Color

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

This div border color is #a25cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25cae


Comments

No comments written yet.

Please login to write comment.