Color Hex Logo

#a578fd Color Hex

#A578FD
(165,120,253)
0 Favorites   0 Comments

Color spaces of #a578fd

RGB 165120253
HSL0.720.970.73
HSV260°53°99°
CMYK 0.350.530.00   0.01
XYZ39.963128.524196.3279
Yxy28.52410.24250.1731
Hunter Lab53.408040.1007-69.5513
CIE-Lab60.359345.4442-60.3428

#a578fd color RGB value is (165,120,253).

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

The process color (four color CMYK) of #a578fd color hex is 0.35, 0.53, 0.00, 0.01. Web safe color of #a578fd is #9966ff. Color #a578fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111000 11111101
Octal 245 170 375
Decimal 165 120 253
Hex A5 78 FD

RGB Percentages of Color #a578fd

%30.67
%22.30
%47.03

CMYK Percentages of Color #a578fd

%35
%53
%0
%1

Triadic Colors of #a578fd

#a578fd #fda578 #78fda5

Analogous Colors of #a578fd

#a578fd #e878fd #788efd

Monochromatic Colors of #a578fd

#a578fd

Complementary Color

#a578fd #d0fd78

#a578fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a578fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a578fd Color CSS Codes

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

#a578fd Text Font Color

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

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


#a578fd Background Color

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

This div background color is #a578fd


#a578fd Border Color

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

This div border color is #a578fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a578fd


Comments

No comments written yet.

Please login to write comment.