Color Hex Logo

#a55cdb Color Hex

#A55CDB
(165,92,219)
0 Favorites   0 Comments

Color spaces of #a55cdb

RGB 16592219
HSL0.760.640.61
HSV274°58°86°
CMYK 0.250.580.00   0.14
XYZ32.130420.768169.3330
Yxy20.76810.26290.1699
Hunter Lab45.572046.0997-58.3030
CIE-Lab52.694852.2092-53.6247

#a55cdb color RGB value is (165,92,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011100 11011011
Octal 245 134 333
Decimal 165 92 219
Hex A5 5C DB

RGB Percentages of Color #a55cdb

%34.66
%19.33
%46.01

CMYK Percentages of Color #a55cdb

%25
%58
%0
%14

Triadic Colors of #a55cdb

#a55cdb #dba55c #5cdba5

Analogous Colors of #a55cdb

#a55cdb #db5cd2 #665cdb

Monochromatic Colors of #a55cdb

#a55cdb

Complementary Color

#a55cdb #92db5c

#a55cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55cdb Color CSS Codes

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

#a55cdb Text Font Color

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

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


#a55cdb Background Color

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

This div background color is #a55cdb


#a55cdb Border Color

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

This div border color is #a55cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55cdb


Comments

No comments written yet.

Please login to write comment.