Color Hex Logo

#8371db Color Hex

#8371DB
(131,113,219)
0 Favorites   0 Comments

Color spaces of #8371db

RGB 131113219
HSL0.690.600.65
HSV250°48°86°
CMYK 0.400.480.00   0.14
XYZ28.051421.750069.7375
Yxy21.75000.23470.1819
Hunter Lab46.636925.7505-56.0122
CIE-Lab53.760732.2033-52.1208

#8371db color RGB value is (131,113,219).

#8371db hex color red value is 131, green value is 113 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8371db hue: 0.69 , saturation: 0.60 and the lightness value of 8371db is 0.65.

The process color (four color CMYK) of #8371db color hex is 0.40, 0.48, 0.00, 0.14. Web safe color of #8371db is #9966cc. Color #8371db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01110001 11011011
Octal 203 161 333
Decimal 131 113 219
Hex 83 71 DB

RGB Percentages of Color #8371db

%28.29
%24.41
%47.30

CMYK Percentages of Color #8371db

%40
%48
%0
%14

Triadic Colors of #8371db

#8371db #db8371 #71db83

Analogous Colors of #8371db

#8371db #b871db #7194db

Monochromatic Colors of #8371db

#8371db

Complementary Color

#8371db #c9db71

#8371db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8371db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8371db Color CSS Codes

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

#8371db Text Font Color

<p style="color:#8371db">Text here</p>

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


#8371db Background Color

<div style="background-color:#8371db">
Div content here</div>

This div background color is #8371db


#8371db Border Color

<div style="border:3px solid #8371db">
Div here</div>

This div border color is #8371db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,113,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8371db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8371db;
  -webkit-box-shadow: 1px 1px 3px 2px #8371db;
  box-shadow:         1px 1px 3px 2px #8371db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8371db


Comments

No comments written yet.

Please login to write comment.