Color Hex Logo

#8471bc Color Hex

#8471BC
(132,113,188)
0 Favorites   0 Comments

Color spaces of #8471bc

RGB 132113188
HSL0.710.360.59
HSV255°40°74°
CMYK 0.300.400.00   0.26
XYZ24.497920.346650.2131
Yxy20.34660.25770.2140
Hunter Lab45.107218.0064-34.4263
CIE-Lab52.226824.1188-36.8867

#8471bc color RGB value is (132,113,188).

#8471bc hex color red value is 132, green value is 113 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #8471bc hue: 0.71 , saturation: 0.36 and the lightness value of 8471bc is 0.59.

The process color (four color CMYK) of #8471bc color hex is 0.30, 0.40, 0.00, 0.26. Web safe color of #8471bc is #9966cc. Color #8471bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110001 10111100
Octal 204 161 274
Decimal 132 113 188
Hex 84 71 BC

RGB Percentages of Color #8471bc

%30.48
%26.10
%43.42

CMYK Percentages of Color #8471bc

%30
%40
%0
%26

Triadic Colors of #8471bc

#8471bc #bc8471 #71bc84

Analogous Colors of #8471bc

#8471bc #aa71bc #7184bc

Monochromatic Colors of #8471bc

#8471bc

Complementary Color

#8471bc #a9bc71

#8471bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8471bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8471bc Color CSS Codes

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

#8471bc Text Font Color

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

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


#8471bc Background Color

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

This div background color is #8471bc


#8471bc Border Color

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

This div border color is #8471bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,113,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8471bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8471bc;
  -webkit-box-shadow: 1px 1px 3px 2px #8471bc;
  box-shadow:         1px 1px 3px 2px #8471bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,113,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8471bc


Comments

No comments written yet.

Please login to write comment.