Color Hex Logo

#a55fdb Color Hex

#A55FDB
(165,95,219)
0 Favorites   0 Comments

Color spaces of #a55fdb

RGB 16595219
HSL0.760.630.62
HSV274°57°86°
CMYK 0.250.570.00   0.14
XYZ32.395421.298269.4214
Yxy21.29820.26310.1730
Hunter Lab46.150044.5373-56.8824
CIE-Lab53.274350.6660-52.6986

#a55fdb color RGB value is (165,95,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011111 11011011
Octal 245 137 333
Decimal 165 95 219
Hex A5 5F DB

RGB Percentages of Color #a55fdb

%34.45
%19.83
%45.72

CMYK Percentages of Color #a55fdb

%25
%57
%0
%14

Triadic Colors of #a55fdb

#a55fdb #dba55f #5fdba5

Analogous Colors of #a55fdb

#a55fdb #db5fd3 #675fdb

Monochromatic Colors of #a55fdb

#a55fdb

Complementary Color

#a55fdb #95db5f

#a55fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55fdb Color CSS Codes

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

#a55fdb Text Font Color

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

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


#a55fdb Background Color

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

This div background color is #a55fdb


#a55fdb Border Color

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

This div border color is #a55fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55fdb


Comments

No comments written yet.

Please login to write comment.