Color Hex Logo

#8367eb Color Hex

#8367EB
(131,103,235)
0 Favorites   0 Comments

Color spaces of #8367eb

RGB 131103235
HSL0.700.770.66
HSV253°56°92°
CMYK 0.440.560.00   0.08
XYZ29.205720.523981.0195
Yxy20.52390.22340.1570
Hunter Lab45.303335.7929-74.3207
CIE-Lab52.424442.4681-63.2609

#8367eb color RGB value is (131,103,235).

#8367eb hex color red value is 131, green value is 103 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8367eb hue: 0.70 , saturation: 0.77 and the lightness value of 8367eb is 0.66.

The process color (four color CMYK) of #8367eb color hex is 0.44, 0.56, 0.00, 0.08. Web safe color of #8367eb is #9966ff. Color #8367eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01100111 11101011
Octal 203 147 353
Decimal 131 103 235
Hex 83 67 EB

RGB Percentages of Color #8367eb

%27.93
%21.96
%50.11

CMYK Percentages of Color #8367eb

%44
%56
%0
%8

Triadic Colors of #8367eb

#8367eb #eb8367 #67eb83

Analogous Colors of #8367eb

#8367eb #c567eb #678deb

Monochromatic Colors of #8367eb

#8367eb

Complementary Color

#8367eb #cfeb67

#8367eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8367eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8367eb Color CSS Codes

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

#8367eb Text Font Color

<p style="color:#8367eb">Text here</p>

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


#8367eb Background Color

<div style="background-color:#8367eb">
Div content here</div>

This div background color is #8367eb


#8367eb Border Color

<div style="border:3px solid #8367eb">
Div here</div>

This div border color is #8367eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,103,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8367eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8367eb;
  -webkit-box-shadow: 1px 1px 3px 2px #8367eb;
  box-shadow:         1px 1px 3px 2px #8367eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8367eb


Comments

No comments written yet.

Please login to write comment.