Color Hex Logo

#a854cb Color Hex

#A854CB
(168,84,203)
0 Favorites   0 Comments

Color spaces of #a854cb

RGB 16884203
HSL0.780.530.56
HSV282°59°80°
CMYK 0.170.590.00   0.20
XYZ30.098318.977358.5765
Yxy18.97730.27960.1763
Hunter Lab43.562947.0932-49.2297
CIE-Lab50.660653.4735-47.7292

#a854cb color RGB value is (168,84,203).

#a854cb hex color red value is 168, green value is 84 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a854cb hue: 0.78 , saturation: 0.53 and the lightness value of a854cb is 0.56.

The process color (four color CMYK) of #a854cb color hex is 0.17, 0.59, 0.00, 0.20. Web safe color of #a854cb is #9966cc. Color #a854cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010100 11001011
Octal 250 124 313
Decimal 168 84 203
Hex A8 54 CB

RGB Percentages of Color #a854cb

%36.92
%18.46
%44.62

CMYK Percentages of Color #a854cb

%17
%59
%0
%20

Triadic Colors of #a854cb

#a854cb #cba854 #54cba8

Analogous Colors of #a854cb

#a854cb #cb54b3 #6d54cb

Monochromatic Colors of #a854cb

#a854cb

Complementary Color

#a854cb #77cb54

#a854cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a854cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a854cb Color CSS Codes

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

#a854cb Text Font Color

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

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


#a854cb Background Color

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

This div background color is #a854cb


#a854cb Border Color

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

This div border color is #a854cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a854cb


Comments

No comments written yet.

Please login to write comment.