Color Hex Logo

#a55ddf Color Hex

#A55DDF
(165,93,223)
0 Favorites   0 Comments

Color spaces of #a55ddf

RGB 16593223
HSL0.760.670.62
HSV273°58°87°
CMYK 0.260.580.00   0.13
XYZ32.750721.155772.1694
Yxy21.15570.25980.1678
Hunter Lab45.995346.6081-60.8328
CIE-Lab53.119552.6057-55.2075

#a55ddf color RGB value is (165,93,223).

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

The process color (four color CMYK) of #a55ddf color hex is 0.26, 0.58, 0.00, 0.13. Web safe color of #a55ddf is #9966cc. Color #a55ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011101 11011111
Octal 245 135 337
Decimal 165 93 223
Hex A5 5D DF

RGB Percentages of Color #a55ddf

%34.30
%19.33
%46.36

CMYK Percentages of Color #a55ddf

%26
%58
%0
%13

Triadic Colors of #a55ddf

#a55ddf #dfa55d #5ddfa5

Analogous Colors of #a55ddf

#a55ddf #df5dd8 #645ddf

Monochromatic Colors of #a55ddf

#a55ddf

Complementary Color

#a55ddf #97df5d

#a55ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55ddf Color CSS Codes

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

#a55ddf Text Font Color

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

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


#a55ddf Background Color

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

This div background color is #a55ddf


#a55ddf Border Color

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

This div border color is #a55ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55ddf


Comments

No comments written yet.

Please login to write comment.