Color Hex Logo

#a051bd Color Hex

#A051BD
(160,81,189)
0 Favorites   0 Comments

Color spaces of #a051bd

RGB 16081189
HSL0.790.450.53
HSV284°57°74°
CMYK 0.150.570.00   0.26
XYZ26.624917.032650.0284
Yxy17.03260.28420.1818
Hunter Lab41.270642.9323-42.9822
CIE-Lab48.301149.9949-43.4655

#a051bd color RGB value is (160,81,189).

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

The process color (four color CMYK) of #a051bd color hex is 0.15, 0.57, 0.00, 0.26. Web safe color of #a051bd is #9966cc. Color #a051bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010001 10111101
Octal 240 121 275
Decimal 160 81 189
Hex A0 51 BD

RGB Percentages of Color #a051bd

%37.21
%18.84
%43.95

CMYK Percentages of Color #a051bd

%15
%57
%0
%26

Triadic Colors of #a051bd

#a051bd #bda051 #51bda0

Analogous Colors of #a051bd

#a051bd #bd51a4 #6a51bd

Monochromatic Colors of #a051bd

#a051bd

Complementary Color

#a051bd #6ebd51

#a051bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a051bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a051bd Color CSS Codes

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

#a051bd Text Font Color

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

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


#a051bd Background Color

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

This div background color is #a051bd


#a051bd Border Color

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

This div border color is #a051bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a051bd


Comments

No comments written yet.

Please login to write comment.