Color Hex Logo

#8307da Color Hex

#8307DA
(131,7,218)
0 Favorites   0 Comments

Color spaces of #8307da

RGB 1317218
HSL0.760.940.44
HSV275°97°85°
CMYK 0.400.970.00   0.15
XYZ22.090910.039267.1031
Yxy10.03920.22260.1012
Hunter Lab31.684769.0038-103.3874
CIE-Lab37.912775.0350-77.2463

#8307da color RGB value is (131,7,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00000111 11011010
Octal 203 7 332
Decimal 131 7 218
Hex 83 7 DA

RGB Percentages of Color #8307da

%36.80
%1.97
%61.24

CMYK Percentages of Color #8307da

%40
%97
%0
%15

Triadic Colors of #8307da

#8307da #da8307 #07da83

Analogous Colors of #8307da

#8307da #da07c8 #1907da

Monochromatic Colors of #8307da

#8307da

Complementary Color

#8307da #5eda07

#8307da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8307da Color Preview on White Background

Lorem ipsum dolor sit amet.

#8307da Color CSS Codes

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

#8307da Text Font Color

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

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


#8307da Background Color

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

This div background color is #8307da


#8307da Border Color

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

This div border color is #8307da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8307da


Comments

No comments written yet.

Please login to write comment.