Color Hex Logo

#8475af Color Hex

#8475AF
(132,117,175)
0 Favorites   0 Comments

Color spaces of #8475af

RGB 132117175
HSL0.710.270.57
HSV256°33°69°
CMYK 0.250.330.00   0.31
XYZ23.614920.723343.3128
Yxy20.72330.26940.2364
Hunter Lab45.522912.9316-24.5456
CIE-Lab52.645318.4450-28.7356

#8475af color RGB value is (132,117,175).

#8475af hex color red value is 132, green value is 117 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #8475af hue: 0.71 , saturation: 0.27 and the lightness value of 8475af is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110101 10101111
Octal 204 165 257
Decimal 132 117 175
Hex 84 75 AF

RGB Percentages of Color #8475af

%31.13
%27.59
%41.27

CMYK Percentages of Color #8475af

%25
%33
%0
%31

Triadic Colors of #8475af

#8475af #af8475 #75af84

Analogous Colors of #8475af

#8475af #a175af #7583af

Monochromatic Colors of #8475af

#8475af

Complementary Color

#8475af #a0af75

#8475af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8475af Color Preview on White Background

Lorem ipsum dolor sit amet.

#8475af Color CSS Codes

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

#8475af Text Font Color

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

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


#8475af Background Color

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

This div background color is #8475af


#8475af Border Color

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

This div border color is #8475af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8475af


Comments

No comments written yet.

Please login to write comment.