Color Hex Logo

#a083bf Color Hex

#A083BF
(160,131,191)
0 Favorites   0 Comments

Color spaces of #a083bf

RGB 160131191
HSL0.750.320.63
HSV269°31°75°
CMYK 0.160.310.00   0.25
XYZ32.017527.467852.9045
Yxy27.46780.28490.2444
Hunter Lab52.409717.3300-23.1629
CIE-Lab59.404922.8780-27.2236

#a083bf color RGB value is (160,131,191).

#a083bf hex color red value is 160, green value is 131 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a083bf hue: 0.75 , saturation: 0.32 and the lightness value of a083bf is 0.63.

The process color (four color CMYK) of #a083bf color hex is 0.16, 0.31, 0.00, 0.25. Web safe color of #a083bf is #9999cc. Color #a083bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000011 10111111
Octal 240 203 277
Decimal 160 131 191
Hex A0 83 BF

RGB Percentages of Color #a083bf

%33.20
%27.18
%39.63

CMYK Percentages of Color #a083bf

%16
%31
%0
%25

Triadic Colors of #a083bf

#a083bf #bfa083 #83bfa0

Analogous Colors of #a083bf

#a083bf #be83bf #8384bf

Monochromatic Colors of #a083bf

#a083bf

Complementary Color

#a083bf #a2bf83

#a083bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a083bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a083bf Color CSS Codes

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

#a083bf Text Font Color

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

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


#a083bf Background Color

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

This div background color is #a083bf


#a083bf Border Color

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

This div border color is #a083bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,131,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a083bf


Comments

No comments written yet.

Please login to write comment.