Color Hex Logo

#8450bb Color Hex

#8450BB
(132,80,187)
0 Favorites   0 Comments

Color spaces of #8450bb

RGB 13280187
HSL0.750.440.52
HSV269°57°73°
CMYK 0.290.570.00   0.27
XYZ21.354014.230748.6350
Yxy14.23070.25360.1690
Hunter Lab37.723635.0263-50.0329
CIE-Lab44.562042.9173-48.4659

#8450bb color RGB value is (132,80,187).

#8450bb hex color red value is 132, green value is 80 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8450bb hue: 0.75 , saturation: 0.44 and the lightness value of 8450bb is 0.52.

The process color (four color CMYK) of #8450bb color hex is 0.29, 0.57, 0.00, 0.27. Web safe color of #8450bb is #9966cc. Color #8450bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01010000 10111011
Octal 204 120 273
Decimal 132 80 187
Hex 84 50 BB

RGB Percentages of Color #8450bb

%33.08
%20.05
%46.87

CMYK Percentages of Color #8450bb

%29
%57
%0
%27

Triadic Colors of #8450bb

#8450bb #bb8450 #50bb84

Analogous Colors of #8450bb

#8450bb #ba50bb #5052bb

Monochromatic Colors of #8450bb

#8450bb

Complementary Color

#8450bb #87bb50

#8450bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8450bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8450bb Color CSS Codes

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

#8450bb Text Font Color

<p style="color:#8450bb">Text here</p>

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


#8450bb Background Color

<div style="background-color:#8450bb">
Div content here</div>

This div background color is #8450bb


#8450bb Border Color

<div style="border:3px solid #8450bb">
Div here</div>

This div border color is #8450bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,80,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8450bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8450bb;
  -webkit-box-shadow: 1px 1px 3px 2px #8450bb;
  box-shadow:         1px 1px 3px 2px #8450bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8450bb


Comments

No comments written yet.

Please login to write comment.