Color Hex Logo

#8315bb Color Hex

#8315BB
(131,21,187)
0 Favorites   0 Comments

Color spaces of #8315bb

RGB 13121187
HSL0.780.800.41
HSV280°89°73°
CMYK 0.300.890.00   0.27
XYZ18.59798.949547.7609
Yxy8.94950.24700.1188
Hunter Lab29.915758.6168-73.7164
CIE-Lab35.886966.6261-62.5016

#8315bb color RGB value is (131,21,187).

#8315bb hex color red value is 131, green value is 21 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8315bb hue: 0.78 , saturation: 0.80 and the lightness value of 8315bb is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00010101 10111011
Octal 203 25 273
Decimal 131 21 187
Hex 83 15 BB

RGB Percentages of Color #8315bb

%38.64
%6.19
%55.16

CMYK Percentages of Color #8315bb

%30
%89
%0
%27

Triadic Colors of #8315bb

#8315bb #bb8315 #15bb83

Analogous Colors of #8315bb

#8315bb #bb15a0 #3015bb

Monochromatic Colors of #8315bb

#8315bb

Complementary Color

#8315bb #4dbb15

#8315bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8315bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8315bb Color CSS Codes

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

#8315bb Text Font Color

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

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


#8315bb Background Color

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

This div background color is #8315bb


#8315bb Border Color

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

This div border color is #8315bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8315bb


Comments

No comments written yet.

Please login to write comment.