Color Hex Logo

#a55edd Color Hex

#A55EDD
(165,94,221)
0 Favorites   0 Comments

Color spaces of #a55edd

RGB 16594221
HSL0.760.650.62
HSV274°57°87°
CMYK 0.250.570.00   0.13
XYZ32.570921.225270.7868
Yxy21.22520.26140.1704
Hunter Lab46.070845.5711-58.8482
CIE-Lab53.195151.6371-53.9564

#a55edd color RGB value is (165,94,221).

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

The process color (four color CMYK) of #a55edd color hex is 0.25, 0.57, 0.00, 0.13. Web safe color of #a55edd is #9966cc. Color #a55edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011110 11011101
Octal 245 136 335
Decimal 165 94 221
Hex A5 5E DD

RGB Percentages of Color #a55edd

%34.38
%19.58
%46.04

CMYK Percentages of Color #a55edd

%25
%57
%0
%13

Triadic Colors of #a55edd

#a55edd #dda55e #5edda5

Analogous Colors of #a55edd

#a55edd #dd5ed6 #665edd

Monochromatic Colors of #a55edd

#a55edd

Complementary Color

#a55edd #96dd5e

#a55edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55edd Color CSS Codes

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

#a55edd Text Font Color

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

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


#a55edd Background Color

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

This div background color is #a55edd


#a55edd Border Color

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

This div border color is #a55edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55edd


Comments

No comments written yet.

Please login to write comment.