Color Hex Logo

#8366fb Color Hex

#8366FB
(131,102,251)
0 Favorites   0 Comments

Color spaces of #8366fb

RGB 131102251
HSL0.700.950.69
HSV252°59°98°
CMYK 0.480.590.00   0.02
XYZ31.524021.293193.7153
Yxy21.29310.21510.1453
Hunter Lab46.144441.1911-88.1116
CIE-Lab53.268847.5298-70.8161

#8366fb color RGB value is (131,102,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01100110 11111011
Octal 203 146 373
Decimal 131 102 251
Hex 83 66 FB

RGB Percentages of Color #8366fb

%27.07
%21.07
%51.86

CMYK Percentages of Color #8366fb

%48
%59
%0
%2

Triadic Colors of #8366fb

#8366fb #fb8366 #66fb83

Analogous Colors of #8366fb

#8366fb #ce66fb #6694fb

Monochromatic Colors of #8366fb

#8366fb

Complementary Color

#8366fb #defb66

#8366fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8366fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8366fb Color CSS Codes

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

#8366fb Text Font Color

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

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


#8366fb Background Color

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

This div background color is #8366fb


#8366fb Border Color

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

This div border color is #8366fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8366fb


Comments

No comments written yet.

Please login to write comment.