Color Hex Logo

#a051bf Color Hex

#A051BF
(160,81,191)
0 Favorites   0 Comments

Color spaces of #a051bf

RGB 16081191
HSL0.790.460.53
HSV283°58°75°
CMYK 0.160.580.00   0.25
XYZ26.843617.120051.1799
Yxy17.12000.28210.1799
Hunter Lab41.376343.3964-44.3746
CIE-Lab48.410950.4149-44.4513

#a051bf color RGB value is (160,81,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010001 10111111
Octal 240 121 277
Decimal 160 81 191
Hex A0 51 BF

RGB Percentages of Color #a051bf

%37.04
%18.75
%44.21

CMYK Percentages of Color #a051bf

%16
%58
%0
%25

Triadic Colors of #a051bf

#a051bf #bfa051 #51bfa0

Analogous Colors of #a051bf

#a051bf #bf51a7 #6951bf

Monochromatic Colors of #a051bf

#a051bf

Complementary Color

#a051bf #70bf51

#a051bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a051bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a051bf Color CSS Codes

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

#a051bf Text Font Color

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

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


#a051bf Background Color

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

This div background color is #a051bf


#a051bf Border Color

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

This div border color is #a051bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a051bf


Comments

No comments written yet.

Please login to write comment.