Color Hex Logo

#8455af Color Hex

#8455AF
(132,85,175)
0 Favorites   0 Comments

Color spaces of #8455af

RGB 13285175
HSL0.750.360.51
HSV271°51°69°
CMYK 0.250.510.00   0.31
XYZ20.502114.497742.2752
Yxy14.49770.26530.1876
Hunter Lab38.075829.4814-39.1760
CIE-Lab44.938437.1978-40.8394

#8455af color RGB value is (132,85,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01010101 10101111
Octal 204 125 257
Decimal 132 85 175
Hex 84 55 AF

RGB Percentages of Color #8455af

%33.67
%21.68
%44.64

CMYK Percentages of Color #8455af

%25
%51
%0
%31

Triadic Colors of #8455af

#8455af #af8455 #55af84

Analogous Colors of #8455af

#8455af #af55ad #5755af

Monochromatic Colors of #8455af

#8455af

Complementary Color

#8455af #80af55

#8455af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8455af Color Preview on White Background

Lorem ipsum dolor sit amet.

#8455af Color CSS Codes

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

#8455af Text Font Color

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

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


#8455af Background Color

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

This div background color is #8455af


#8455af Border Color

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

This div border color is #8455af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8455af


Comments

No comments written yet.

Please login to write comment.