Color Hex Logo

#a554dc Color Hex

#A554DC
(165,84,220)
0 Favorites   0 Comments

Color spaces of #a554dc

RGB 16584220
HSL0.770.660.60
HSV276°62°86°
CMYK 0.250.620.00   0.14
XYZ31.605619.507369.8096
Yxy19.50730.26140.1613
Hunter Lab44.167150.4408-62.7957
CIE-Lab51.275556.4199-56.4651

#a554dc color RGB value is (165,84,220).

#a554dc hex color red value is 165, green value is 84 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a554dc hue: 0.77 , saturation: 0.66 and the lightness value of a554dc is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010100 11011100
Octal 245 124 334
Decimal 165 84 220
Hex A5 54 DC

RGB Percentages of Color #a554dc

%35.18
%17.91
%46.91

CMYK Percentages of Color #a554dc

%25
%62
%0
%14

Triadic Colors of #a554dc

#a554dc #dca554 #54dca5

Analogous Colors of #a554dc

#a554dc #dc54cf #6154dc

Monochromatic Colors of #a554dc

#a554dc

Complementary Color

#a554dc #8bdc54

#a554dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a554dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a554dc Color CSS Codes

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

#a554dc Text Font Color

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

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


#a554dc Background Color

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

This div background color is #a554dc


#a554dc Border Color

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

This div border color is #a554dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a554dc


Comments

No comments written yet.

Please login to write comment.