Color Hex Logo

#a451bb Color Hex

#A451BB
(164,81,187)
0 Favorites   0 Comments

Color spaces of #a451bb

RGB 16481187
HSL0.800.440.53
HSV287°57°73°
CMYK 0.120.570.00   0.27
XYZ27.221917.365248.9308
Yxy17.36520.29110.1857
Hunter Lab41.671643.6796-40.4483
CIE-Lab48.716950.6296-41.6115

#a451bb color RGB value is (164,81,187).

#a451bb hex color red value is 164, green value is 81 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a451bb hue: 0.80 , saturation: 0.44 and the lightness value of a451bb is 0.53.

The process color (four color CMYK) of #a451bb color hex is 0.12, 0.57, 0.00, 0.27. Web safe color of #a451bb is #9966cc. Color #a451bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010001 10111011
Octal 244 121 273
Decimal 164 81 187
Hex A4 51 BB

RGB Percentages of Color #a451bb

%37.96
%18.75
%43.29

CMYK Percentages of Color #a451bb

%12
%57
%0
%27

Triadic Colors of #a451bb

#a451bb #bba451 #51bba4

Analogous Colors of #a451bb

#a451bb #bb519d #6f51bb

Monochromatic Colors of #a451bb

#a451bb

Complementary Color

#a451bb #68bb51

#a451bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a451bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a451bb Color CSS Codes

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

#a451bb Text Font Color

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

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


#a451bb Background Color

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

This div background color is #a451bb


#a451bb Border Color

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

This div border color is #a451bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a451bb


Comments

No comments written yet.

Please login to write comment.