Color Hex Logo

#8154af Color Hex

#8154AF
(129,84,175)
0 Favorites   0 Comments

Color spaces of #8154af

RGB 12984175
HSL0.750.360.51
HSV270°52°69°
CMYK 0.260.520.00   0.31
XYZ19.961414.102942.2275
Yxy14.10290.26160.1849
Hunter Lab37.553829.1609-40.3811
CIE-Lab44.380136.9445-41.7470

#8154af color RGB value is (129,84,175).

#8154af hex color red value is 129, green value is 84 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #8154af hue: 0.75 , saturation: 0.36 and the lightness value of 8154af is 0.51.

The process color (four color CMYK) of #8154af color hex is 0.26, 0.52, 0.00, 0.31. Web safe color of #8154af is #996699. Color #8154af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01010100 10101111
Octal 201 124 257
Decimal 129 84 175
Hex 81 54 AF

RGB Percentages of Color #8154af

%33.25
%21.65
%45.10

CMYK Percentages of Color #8154af

%26
%52
%0
%31

Triadic Colors of #8154af

#8154af #af8154 #54af81

Analogous Colors of #8154af

#8154af #af54af #5454af

Monochromatic Colors of #8154af

#8154af

Complementary Color

#8154af #82af54

#8154af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8154af Color Preview on White Background

Lorem ipsum dolor sit amet.

#8154af Color CSS Codes

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

#8154af Text Font Color

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

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


#8154af Background Color

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

This div background color is #8154af


#8154af Border Color

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

This div border color is #8154af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,84,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8154af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8154af;
  -webkit-box-shadow: 1px 1px 3px 2px #8154af;
  box-shadow:         1px 1px 3px 2px #8154af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,84,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8154af

#8154af Color Palettes


Comments

No comments written yet.

Please login to write comment.