Color Hex Logo

#8451af Color Hex

#8451AF
(132,81,175)
0 Favorites   0 Comments

Color spaces of #8451af

RGB 13281175
HSL0.760.370.50
HSV273°54°69°
CMYK 0.250.540.00   0.31
XYZ20.196013.885542.1732
Yxy13.88550.26480.1821
Hunter Lab37.263331.5330-41.0180
CIE-Lab44.068339.4485-42.2221

#8451af color RGB value is (132,81,175).

#8451af hex color red value is 132, green value is 81 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #8451af hue: 0.76 , saturation: 0.37 and the lightness value of 8451af is 0.50.

The process color (four color CMYK) of #8451af color hex is 0.25, 0.54, 0.00, 0.31. Web safe color of #8451af is #996699. Color #8451af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01010001 10101111
Octal 204 121 257
Decimal 132 81 175
Hex 84 51 AF

RGB Percentages of Color #8451af

%34.02
%20.88
%45.10

CMYK Percentages of Color #8451af

%25
%54
%0
%31

Triadic Colors of #8451af

#8451af #af8451 #51af84

Analogous Colors of #8451af

#8451af #af51ab #5551af

Monochromatic Colors of #8451af

#8451af

Complementary Color

#8451af #7caf51

#8451af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8451af Color Preview on White Background

Lorem ipsum dolor sit amet.

#8451af Color CSS Codes

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

#8451af Text Font Color

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

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


#8451af Background Color

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

This div background color is #8451af


#8451af Border Color

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

This div border color is #8451af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8451af


Comments

No comments written yet.

Please login to write comment.