Color Hex Logo

#a140cc Color Hex

#A140CC
(161,64,204)
0 Favorites   0 Comments

Color spaces of #a140cc

RGB 16164204
HSL0.780.580.53
HSV282°69°80°
CMYK 0.210.690.00   0.20
XYZ27.430415.603558.6928
Yxy15.60350.26960.1534
Hunter Lab39.501354.8264-60.4449
CIE-Lab46.449961.2404-55.0967

#a140cc color RGB value is (161,64,204).

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

The process color (four color CMYK) of #a140cc color hex is 0.21, 0.69, 0.00, 0.20. Web safe color of #a140cc is #9933cc. Color #a140cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000000 11001100
Octal 241 100 314
Decimal 161 64 204
Hex A1 40 CC

RGB Percentages of Color #a140cc

%37.53
%14.92
%47.55

CMYK Percentages of Color #a140cc

%21
%69
%0
%20

Triadic Colors of #a140cc

#a140cc #cca140 #40cca1

Analogous Colors of #a140cc

#a140cc #cc40b1 #5b40cc

Monochromatic Colors of #a140cc

#a140cc

Complementary Color

#a140cc #6bcc40

#a140cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a140cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a140cc Color CSS Codes

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

#a140cc Text Font Color

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

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


#a140cc Background Color

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

This div background color is #a140cc


#a140cc Border Color

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

This div border color is #a140cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a140cc


Comments

No comments written yet.

Please login to write comment.