Color Hex Logo

#8370fb Color Hex

#8370FB
(131,112,251)
0 Favorites   0 Comments

Color spaces of #8370fb

RGB 131112251
HSL0.690.950.71
HSV248°55°98°
CMYK 0.480.550.00   0.02
XYZ32.566823.378794.0629
Yxy23.37870.21710.1558
Hunter Lab48.351535.6121-81.4965
CIE-Lab55.460341.8586-67.2726

#8370fb color RGB value is (131,112,251).

#8370fb hex color red value is 131, green value is 112 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #8370fb hue: 0.69 , saturation: 0.95 and the lightness value of 8370fb is 0.71.

The process color (four color CMYK) of #8370fb color hex is 0.48, 0.55, 0.00, 0.02. Web safe color of #8370fb is #9966ff. Color #8370fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01110000 11111011
Octal 203 160 373
Decimal 131 112 251
Hex 83 70 FB

RGB Percentages of Color #8370fb

%26.52
%22.67
%50.81

CMYK Percentages of Color #8370fb

%48
%55
%0
%2

Triadic Colors of #8370fb

#8370fb #fb8370 #70fb83

Analogous Colors of #8370fb

#8370fb #c970fb #70a3fb

Monochromatic Colors of #8370fb

#8370fb

Complementary Color

#8370fb #e8fb70

#8370fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8370fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8370fb Color CSS Codes

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

#8370fb Text Font Color

<p style="color:#8370fb">Text here</p>

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


#8370fb Background Color

<div style="background-color:#8370fb">
Div content here</div>

This div background color is #8370fb


#8370fb Border Color

<div style="border:3px solid #8370fb">
Div here</div>

This div border color is #8370fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,112,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8370fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8370fb;
  -webkit-box-shadow: 1px 1px 3px 2px #8370fb;
  box-shadow:         1px 1px 3px 2px #8370fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8370fb


Comments

No comments written yet.

Please login to write comment.