Color Hex Logo

#a151cc Color Hex

#A151CC
(161,81,204)
0 Favorites   0 Comments

Color spaces of #a151cc

RGB 16181204
HSL0.780.550.56
HSV279°60°80°
CMYK 0.210.600.00   0.20
XYZ28.539517.821659.0625
Yxy17.82160.27070.1690
Hunter Lab42.215646.7959-53.3997
CIE-Lab49.279053.4408-50.5600

#a151cc color RGB value is (161,81,204).

#a151cc hex color red value is 161, green value is 81 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a151cc hue: 0.78 , saturation: 0.55 and the lightness value of a151cc is 0.56.

The process color (four color CMYK) of #a151cc color hex is 0.21, 0.60, 0.00, 0.20. Web safe color of #a151cc is #9966cc. Color #a151cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01010001 11001100
Octal 241 121 314
Decimal 161 81 204
Hex A1 51 CC

RGB Percentages of Color #a151cc

%36.10
%18.16
%45.74

CMYK Percentages of Color #a151cc

%21
%60
%0
%20

Triadic Colors of #a151cc

#a151cc #cca151 #51cca1

Analogous Colors of #a151cc

#a151cc #cc51ba #6451cc

Monochromatic Colors of #a151cc

#a151cc

Complementary Color

#a151cc #7ccc51

#a151cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a151cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a151cc Color CSS Codes

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

#a151cc Text Font Color

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

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


#a151cc Background Color

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

This div background color is #a151cc


#a151cc Border Color

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

This div border color is #a151cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,81,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a151cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a151cc;
  -webkit-box-shadow: 1px 1px 3px 2px #a151cc;
  box-shadow:         1px 1px 3px 2px #a151cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a151cc


Comments

No comments written yet.

Please login to write comment.