Color Hex Logo

#a081bc Color Hex

#A081BC
(160,129,188)
0 Favorites   0 Comments

Color spaces of #a081bc

RGB 160129188
HSL0.750.310.62
HSV272°31°74°
CMYK 0.150.310.00   0.26
XYZ31.424626.804951.0946
Yxy26.80490.28740.2452
Hunter Lab51.773417.7395-22.2712
CIE-Lab58.793323.3531-26.4641

#a081bc color RGB value is (160,129,188).

#a081bc hex color red value is 160, green value is 129 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a081bc hue: 0.75 , saturation: 0.31 and the lightness value of a081bc is 0.62.

The process color (four color CMYK) of #a081bc color hex is 0.15, 0.31, 0.00, 0.26. Web safe color of #a081bc is #9999cc. Color #a081bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000001 10111100
Octal 240 201 274
Decimal 160 129 188
Hex A0 81 BC

RGB Percentages of Color #a081bc

%33.54
%27.04
%39.41

CMYK Percentages of Color #a081bc

%15
%31
%0
%26

Triadic Colors of #a081bc

#a081bc #bca081 #81bca0

Analogous Colors of #a081bc

#a081bc #bc81bb #8381bc

Monochromatic Colors of #a081bc

#a081bc

Complementary Color

#a081bc #9dbc81

#a081bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a081bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a081bc Color CSS Codes

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

#a081bc Text Font Color

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

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


#a081bc Background Color

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

This div background color is #a081bc


#a081bc Border Color

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

This div border color is #a081bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a081bc


Comments

No comments written yet.

Please login to write comment.