Color Hex Logo

#a504dc Color Hex

#A504DC
(165,4,220)
0 Favorites   0 Comments

Color spaces of #a504dc

RGB 1654220
HSL0.790.960.44
HSV285°98°86°
CMYK 0.250.980.00   0.14
XYZ28.478713.253568.7673
Yxy13.25350.25770.1199
Hunter Lab36.405475.9252-86.5111
CIE-Lab43.142879.6523-69.6245

#a504dc color RGB value is (165,4,220).

#a504dc hex color red value is 165, green value is 4 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a504dc hue: 0.79 , saturation: 0.96 and the lightness value of a504dc is 0.44.

The process color (four color CMYK) of #a504dc color hex is 0.25, 0.98, 0.00, 0.14. Web safe color of #a504dc is #9900cc. Color #a504dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000100 11011100
Octal 245 4 334
Decimal 165 4 220
Hex A5 4 DC

RGB Percentages of Color #a504dc

%42.42
%1.03
%56.56

CMYK Percentages of Color #a504dc

%25
%98
%0
%14

Triadic Colors of #a504dc

#a504dc #dca504 #04dca5

Analogous Colors of #a504dc

#a504dc #dc04a7 #3904dc

Monochromatic Colors of #a504dc

#a504dc

Complementary Color

#a504dc #3bdc04

#a504dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a504dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a504dc Color CSS Codes

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

#a504dc Text Font Color

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

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


#a504dc Background Color

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

This div background color is #a504dc


#a504dc Border Color

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

This div border color is #a504dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a504dc


Comments

No comments written yet.

Please login to write comment.