Color Hex Logo

#8307ee Color Hex

#8307EE
(131,7,238)
0 Favorites   0 Comments

Color spaces of #8307ee

RGB 1317238
HSL0.760.940.48
HSV272°97°93°
CMYK 0.450.970.00   0.07
XYZ24.868711.150381.7304
Yxy11.15030.21120.0947
Hunter Lab33.392174.5015-121.7437
CIE-Lab39.832579.1402-85.4997

#8307ee color RGB value is (131,7,238).

#8307ee hex color red value is 131, green value is 7 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #8307ee hue: 0.76 , saturation: 0.94 and the lightness value of 8307ee is 0.48.

The process color (four color CMYK) of #8307ee color hex is 0.45, 0.97, 0.00, 0.07. Web safe color of #8307ee is #9900ff. Color #8307ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00000111 11101110
Octal 203 7 356
Decimal 131 7 238
Hex 83 7 EE

RGB Percentages of Color #8307ee

%34.84
%1.86
%63.30

CMYK Percentages of Color #8307ee

%45
%97
%0
%7

Triadic Colors of #8307ee

#8307ee #ee8307 #07ee83

Analogous Colors of #8307ee

#8307ee #ee07e6 #0f07ee

Monochromatic Colors of #8307ee

#8307ee

Complementary Color

#8307ee #72ee07

#8307ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8307ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8307ee Color CSS Codes

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

#8307ee Text Font Color

<p style="color:#8307ee">Text here</p>

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


#8307ee Background Color

<div style="background-color:#8307ee">
Div content here</div>

This div background color is #8307ee


#8307ee Border Color

<div style="border:3px solid #8307ee">
Div here</div>

This div border color is #8307ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,7,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8307ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8307ee;
  -webkit-box-shadow: 1px 1px 3px 2px #8307ee;
  box-shadow:         1px 1px 3px 2px #8307ee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8307ee


Comments

No comments written yet.

Please login to write comment.