Color Hex Logo

#a855dc Color Hex

#A855DC
(168,85,220)
0 Favorites   0 Comments

Color spaces of #a855dc

RGB 16885220
HSL0.770.660.60
HSV277°61°86°
CMYK 0.240.610.00   0.14
XYZ32.315219.989169.8652
Yxy19.98910.26450.1636
Hunter Lab44.709250.7764-61.3536
CIE-Lab51.824956.6252-55.5637

#a855dc color RGB value is (168,85,220).

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

The process color (four color CMYK) of #a855dc color hex is 0.24, 0.61, 0.00, 0.14. Web safe color of #a855dc is #9966cc. Color #a855dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010101 11011100
Octal 250 125 334
Decimal 168 85 220
Hex A8 55 DC

RGB Percentages of Color #a855dc

%35.52
%17.97
%46.51

CMYK Percentages of Color #a855dc

%24
%61
%0
%14

Triadic Colors of #a855dc

#a855dc #dca855 #55dca8

Analogous Colors of #a855dc

#a855dc #dc55cd #6555dc

Monochromatic Colors of #a855dc

#a855dc

Complementary Color

#a855dc #89dc55

#a855dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a855dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a855dc Color CSS Codes

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

#a855dc Text Font Color

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

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


#a855dc Background Color

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

This div background color is #a855dc


#a855dc Border Color

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

This div border color is #a855dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a855dc


Comments

No comments written yet.

Please login to write comment.