Color Hex Logo

#a140bc Color Hex

#A140BC
(161,64,188)
0 Favorites   0 Comments

Color spaces of #a140bc

RGB 16164188
HSL0.800.490.49
HSV287°66°74°
CMYK 0.140.660.00   0.26
XYZ25.608414.874749.0983
Yxy14.87470.28590.1660
Hunter Lab38.567751.0278-48.4812
CIE-Lab45.462158.0143-47.3979

#a140bc color RGB value is (161,64,188).

#a140bc hex color red value is 161, green value is 64 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a140bc hue: 0.80 , saturation: 0.49 and the lightness value of a140bc is 0.49.

The process color (four color CMYK) of #a140bc color hex is 0.14, 0.66, 0.00, 0.26. Web safe color of #a140bc is #9933cc. Color #a140bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000000 10111100
Octal 241 100 274
Decimal 161 64 188
Hex A1 40 BC

RGB Percentages of Color #a140bc

%38.98
%15.50
%45.52

CMYK Percentages of Color #a140bc

%14
%66
%0
%26

Triadic Colors of #a140bc

#a140bc #bca140 #40bca1

Analogous Colors of #a140bc

#a140bc #bc4099 #6340bc

Monochromatic Colors of #a140bc

#a140bc

Complementary Color

#a140bc #5bbc40

#a140bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a140bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a140bc Color CSS Codes

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

#a140bc Text Font Color

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

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


#a140bc Background Color

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

This div background color is #a140bc


#a140bc Border Color

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

This div border color is #a140bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a140bc


Comments

No comments written yet.

Please login to write comment.