Color Hex Logo

#a55dda Color Hex

#A55DDA
(165,93,218)
0 Favorites   0 Comments

Color spaces of #a55dda

RGB 16593218
HSL0.760.630.61
HSV275°57°85°
CMYK 0.240.570.00   0.15
XYZ32.086320.890068.6707
Yxy20.89000.26380.1717
Hunter Lab45.705645.3261-57.0868
CIE-Lab52.828951.4716-52.8438

#a55dda color RGB value is (165,93,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011101 11011010
Octal 245 135 332
Decimal 165 93 218
Hex A5 5D DA

RGB Percentages of Color #a55dda

%34.66
%19.54
%45.80

CMYK Percentages of Color #a55dda

%24
%57
%0
%15

Triadic Colors of #a55dda

#a55dda #daa55d #5ddaa5

Analogous Colors of #a55dda

#a55dda #da5dd1 #675dda

Monochromatic Colors of #a55dda

#a55dda

Complementary Color

#a55dda #92da5d

#a55dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55dda Color CSS Codes

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

#a55dda Text Font Color

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

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


#a55dda Background Color

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

This div background color is #a55dda


#a55dda Border Color

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

This div border color is #a55dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55dda


Comments

No comments written yet.

Please login to write comment.