Color Hex Logo

#a578eb Color Hex

#A578EB
(165,120,235)
0 Favorites   0 Comments

Color spaces of #a578eb

RGB 165120235
HSL0.730.740.70
HSV263°49°92°
CMYK 0.300.490.00   0.08
XYZ37.228927.430481.9297
Yxy27.43040.25400.1871
Hunter Lab52.374035.2281-56.0866
CIE-Lab59.370640.9606-51.9609

#a578eb color RGB value is (165,120,235).

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

The process color (four color CMYK) of #a578eb color hex is 0.30, 0.49, 0.00, 0.08. Web safe color of #a578eb is #9966ff. Color #a578eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111000 11101011
Octal 245 170 353
Decimal 165 120 235
Hex A5 78 EB

RGB Percentages of Color #a578eb

%31.73
%23.08
%45.19

CMYK Percentages of Color #a578eb

%30
%49
%0
%8

Triadic Colors of #a578eb

#a578eb #eba578 #78eba5

Analogous Colors of #a578eb

#a578eb #df78eb #7885eb

Monochromatic Colors of #a578eb

#a578eb

Complementary Color

#a578eb #beeb78

#a578eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a578eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a578eb Color CSS Codes

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

#a578eb Text Font Color

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

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


#a578eb Background Color

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

This div background color is #a578eb


#a578eb Border Color

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

This div border color is #a578eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a578eb


Comments

No comments written yet.

Please login to write comment.