Color Hex Logo

#a050bf Color Hex

#A050BF
(160,80,191)
0 Favorites   0 Comments

Color spaces of #a050bf

RGB 16080191
HSL0.790.460.53
HSV283°58°75°
CMYK 0.160.580.00   0.25
XYZ26.769816.972551.1553
Yxy16.97250.28210.1789
Hunter Lab41.197743.8913-44.7822
CIE-Lab48.225450.9137-44.7462

#a050bf color RGB value is (160,80,191).

#a050bf hex color red value is 160, green value is 80 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a050bf hue: 0.79 , saturation: 0.46 and the lightness value of a050bf is 0.53.

The process color (four color CMYK) of #a050bf color hex is 0.16, 0.58, 0.00, 0.25. Web safe color of #a050bf is #9966cc. Color #a050bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010000 10111111
Octal 240 120 277
Decimal 160 80 191
Hex A0 50 BF

RGB Percentages of Color #a050bf

%37.12
%18.56
%44.32

CMYK Percentages of Color #a050bf

%16
%58
%0
%25

Triadic Colors of #a050bf

#a050bf #bfa050 #50bfa0

Analogous Colors of #a050bf

#a050bf #bf50a7 #6950bf

Monochromatic Colors of #a050bf

#a050bf

Complementary Color

#a050bf #6fbf50

#a050bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a050bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a050bf Color CSS Codes

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

#a050bf Text Font Color

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

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


#a050bf Background Color

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

This div background color is #a050bf


#a050bf Border Color

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

This div border color is #a050bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a050bf


Comments

No comments written yet.

Please login to write comment.