Color Hex Logo

#a855c4 Color Hex

#A855C4
(168,85,196)
0 Favorites   0 Comments

Color spaces of #a855c4

RGB 16885196
HSL0.790.480.55
HSV285°57°77°
CMYK 0.140.570.00   0.23
XYZ29.360818.807454.3073
Yxy18.80740.28650.1835
Hunter Lab43.367544.9555-43.8891
CIE-Lab50.461151.5270-44.0214

#a855c4 color RGB value is (168,85,196).

#a855c4 hex color red value is 168, green value is 85 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #a855c4 hue: 0.79 , saturation: 0.48 and the lightness value of a855c4 is 0.55.

The process color (four color CMYK) of #a855c4 color hex is 0.14, 0.57, 0.00, 0.23. Web safe color of #a855c4 is #9966cc. Color #a855c4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010101 11000100
Octal 250 125 304
Decimal 168 85 196
Hex A8 55 C4

RGB Percentages of Color #a855c4

%37.42
%18.93
%43.65

CMYK Percentages of Color #a855c4

%14
%57
%0
%23

Triadic Colors of #a855c4

#a855c4 #c4a855 #55c4a8

Analogous Colors of #a855c4

#a855c4 #c455a9 #7155c4

Monochromatic Colors of #a855c4

#a855c4

Complementary Color

#a855c4 #71c455

#a855c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a855c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a855c4 Color CSS Codes

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

#a855c4 Text Font Color

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

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


#a855c4 Background Color

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

This div background color is #a855c4


#a855c4 Border Color

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

This div border color is #a855c4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a855c4


Comments

No comments written yet.

Please login to write comment.