Color Hex Logo

#a55eda Color Hex

#A55EDA
(165,94,218)
0 Favorites   0 Comments

Color spaces of #a55eda

RGB 16594218
HSL0.760.630.61
HSV274°57°85°
CMYK 0.240.570.00   0.15
XYZ32.174621.066768.7002
Yxy21.06670.26390.1728
Hunter Lab45.898544.8053-56.6155
CIE-Lab53.022450.9565-52.5347

#a55eda color RGB value is (165,94,218).

#a55eda hex color red value is 165, green value is 94 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a55eda hue: 0.76 , saturation: 0.63 and the lightness value of a55eda is 0.61.

The process color (four color CMYK) of #a55eda color hex is 0.24, 0.57, 0.00, 0.15. Web safe color of #a55eda is #9966cc. Color #a55eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011110 11011010
Octal 245 136 332
Decimal 165 94 218
Hex A5 5E DA

RGB Percentages of Color #a55eda

%34.59
%19.71
%45.70

CMYK Percentages of Color #a55eda

%24
%57
%0
%15

Triadic Colors of #a55eda

#a55eda #daa55e #5edaa5

Analogous Colors of #a55eda

#a55eda #da5ed1 #675eda

Monochromatic Colors of #a55eda

#a55eda

Complementary Color

#a55eda #93da5e

#a55eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55eda Color CSS Codes

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

#a55eda Text Font Color

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

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


#a55eda Background Color

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

This div background color is #a55eda


#a55eda Border Color

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

This div border color is #a55eda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,94,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55eda


Comments

No comments written yet.

Please login to write comment.