Color Hex Logo

#a55dae Color Hex

#A55DAE
(165,93,174)
0 Favorites   0 Comments

Color spaces of #a55dae

RGB 16593174
HSL0.810.330.52
HSV293°47°68°
CMYK 0.050.470.00   0.32
XYZ27.071418.884042.2626
Yxy18.88400.30690.2141
Hunter Lab43.455735.1518-27.2431
CIE-Lab50.551242.1147-31.1476

#a55dae color RGB value is (165,93,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011101 10101110
Octal 245 135 256
Decimal 165 93 174
Hex A5 5D AE

RGB Percentages of Color #a55dae

%38.19
%21.53
%40.28

CMYK Percentages of Color #a55dae

%5
%47
%0
%32

Triadic Colors of #a55dae

#a55dae #aea55d #5daea5

Analogous Colors of #a55dae

#a55dae #ae5d8f #7d5dae

Monochromatic Colors of #a55dae

#a55dae

Complementary Color

#a55dae #66ae5d

#a55dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55dae Color CSS Codes

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

#a55dae Text Font Color

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

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


#a55dae Background Color

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

This div background color is #a55dae


#a55dae Border Color

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

This div border color is #a55dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55dae


Comments

No comments written yet.

Please login to write comment.