Color Hex Logo

#8372bb Color Hex

#8372BB
(131,114,187)
0 Favorites   0 Comments

Color spaces of #8372bb

RGB 131114187
HSL0.710.350.59
HSV254°39°73°
CMYK 0.300.390.00   0.27
XYZ24.347020.447849.6773
Yxy20.44780.25770.2164
Hunter Lab45.219216.9745-33.4818
CIE-Lab52.339822.9773-36.1404

#8372bb color RGB value is (131,114,187).

#8372bb hex color red value is 131, green value is 114 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8372bb hue: 0.71 , saturation: 0.35 and the lightness value of 8372bb is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01110010 10111011
Octal 203 162 273
Decimal 131 114 187
Hex 83 72 BB

RGB Percentages of Color #8372bb

%30.32
%26.39
%43.29

CMYK Percentages of Color #8372bb

%30
%39
%0
%27

Triadic Colors of #8372bb

#8372bb #bb8372 #72bb83

Analogous Colors of #8372bb

#8372bb #a872bb #7286bb

Monochromatic Colors of #8372bb

#8372bb

Complementary Color

#8372bb #aabb72

#8372bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8372bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8372bb Color CSS Codes

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

#8372bb Text Font Color

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

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


#8372bb Background Color

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

This div background color is #8372bb


#8372bb Border Color

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

This div border color is #8372bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,114,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 #8372bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8372bb


Comments

No comments written yet.

Please login to write comment.