Color Hex Logo

#a578db Color Hex

#A578DB
(165,120,219)
0 Favorites   0 Comments

Color spaces of #a578db

RGB 165120219
HSL0.740.580.66
HSV267°45°86°
CMYK 0.250.450.00   0.14
XYZ35.019726.546770.2961
Yxy26.54670.26560.2013
Hunter Lab51.523531.1575-44.8259
CIE-Lab58.552437.1031-44.3184

#a578db color RGB value is (165,120,219).

#a578db hex color red value is 165, green value is 120 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a578db hue: 0.74 , saturation: 0.58 and the lightness value of a578db is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111000 11011011
Octal 245 170 333
Decimal 165 120 219
Hex A5 78 DB

RGB Percentages of Color #a578db

%32.74
%23.81
%43.45

CMYK Percentages of Color #a578db

%25
%45
%0
%14

Triadic Colors of #a578db

#a578db #dba578 #78dba5

Analogous Colors of #a578db

#a578db #d778db #787ddb

Monochromatic Colors of #a578db

#a578db

Complementary Color

#a578db #aedb78

#a578db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a578db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a578db Color CSS Codes

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

#a578db Text Font Color

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

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


#a578db Background Color

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

This div background color is #a578db


#a578db Border Color

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

This div border color is #a578db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a578db


Comments

No comments written yet.

Please login to write comment.