Color Hex Logo

#8307dc Color Hex

#8307DC
(131,7,220)
0 Favorites   0 Comments

Color spaces of #8307dc

RGB 1317220
HSL0.760.940.45
HSV275°97°86°
CMYK 0.400.970.00   0.14
XYZ22.354310.144668.4900
Yxy10.14460.22140.1005
Hunter Lab31.850669.5415-105.1990
CIE-Lab38.100775.4416-78.0867

#8307dc color RGB value is (131,7,220).

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

The process color (four color CMYK) of #8307dc color hex is 0.40, 0.97, 0.00, 0.14. Web safe color of #8307dc is #9900cc. Color #8307dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00000111 11011100
Octal 203 7 334
Decimal 131 7 220
Hex 83 7 DC

RGB Percentages of Color #8307dc

%36.59
%1.96
%61.45

CMYK Percentages of Color #8307dc

%40
%97
%0
%14

Triadic Colors of #8307dc

#8307dc #dc8307 #07dc83

Analogous Colors of #8307dc

#8307dc #dc07cb #1807dc

Monochromatic Colors of #8307dc

#8307dc

Complementary Color

#8307dc #60dc07

#8307dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8307dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8307dc Color CSS Codes

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

#8307dc Text Font Color

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

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


#8307dc Background Color

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

This div background color is #8307dc


#8307dc Border Color

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

This div border color is #8307dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8307dc


Comments

No comments written yet.

Please login to write comment.