Color Hex Logo

#8470bc Color Hex

#8470BC
(132,112,188)
0 Favorites   0 Comments

Color spaces of #8470bc

RGB 132112188
HSL0.710.360.59
HSV256°40°74°
CMYK 0.300.400.00   0.26
XYZ24.387020.124750.1761
Yxy20.12470.25760.2125
Hunter Lab44.860618.5298-34.9129
CIE-Lab51.977924.7109-37.2779

#8470bc color RGB value is (132,112,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110000 10111100
Octal 204 160 274
Decimal 132 112 188
Hex 84 70 BC

RGB Percentages of Color #8470bc

%30.56
%25.93
%43.52

CMYK Percentages of Color #8470bc

%30
%40
%0
%26

Triadic Colors of #8470bc

#8470bc #bc8470 #70bc84

Analogous Colors of #8470bc

#8470bc #aa70bc #7082bc

Monochromatic Colors of #8470bc

#8470bc

Complementary Color

#8470bc #a8bc70

#8470bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8470bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8470bc Color CSS Codes

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

#8470bc Text Font Color

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

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


#8470bc Background Color

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

This div background color is #8470bc


#8470bc Border Color

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

This div border color is #8470bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8470bc


Comments

No comments written yet.

Please login to write comment.