Color Hex Logo

#a55db8 Color Hex

#A55DB8
(165,93,184)
0 Favorites   0 Comments

Color spaces of #a55db8

RGB 16593184
HSL0.800.390.54
HSV287°49°72°
CMYK 0.100.490.00   0.28
XYZ28.083119.288747.5904
Yxy19.28870.29570.2031
Hunter Lab43.918937.2803-33.5032
CIE-Lab51.023344.1280-36.2233

#a55db8 color RGB value is (165,93,184).

#a55db8 hex color red value is 165, green value is 93 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #a55db8 hue: 0.80 , saturation: 0.39 and the lightness value of a55db8 is 0.54.

The process color (four color CMYK) of #a55db8 color hex is 0.10, 0.49, 0.00, 0.28. Web safe color of #a55db8 is #9966cc. Color #a55db8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011101 10111000
Octal 245 135 270
Decimal 165 93 184
Hex A5 5D B8

RGB Percentages of Color #a55db8

%37.33
%21.04
%41.63

CMYK Percentages of Color #a55db8

%10
%49
%0
%28

Triadic Colors of #a55db8

#a55db8 #b8a55d #5db8a5

Analogous Colors of #a55db8

#a55db8 #b85d9e #785db8

Monochromatic Colors of #a55db8

#a55db8

Complementary Color

#a55db8 #70b85d

#a55db8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55db8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55db8 Color CSS Codes

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

#a55db8 Text Font Color

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

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


#a55db8 Background Color

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

This div background color is #a55db8


#a55db8 Border Color

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

This div border color is #a55db8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55db8


Comments

No comments written yet.

Please login to write comment.