Color Hex Logo

#8308df Color Hex

#8308DF
(131,8,223)
0 Favorites   0 Comments

Color spaces of #8308df

RGB 1318223
HSL0.760.930.45
HSV274°96°87°
CMYK 0.410.960.00   0.13
XYZ22.766210.326770.6054
Yxy10.32670.21950.0996
Hunter Lab32.135270.2219-107.7736
CIE-Lab38.422575.9387-79.2783

#8308df color RGB value is (131,8,223).

#8308df hex color red value is 131, green value is 8 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8308df hue: 0.76 , saturation: 0.93 and the lightness value of 8308df is 0.45.

The process color (four color CMYK) of #8308df color hex is 0.41, 0.96, 0.00, 0.13. Web safe color of #8308df is #9900cc. Color #8308df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00001000 11011111
Octal 203 10 337
Decimal 131 8 223
Hex 83 8 DF

RGB Percentages of Color #8308df

%36.19
%2.21
%61.60

CMYK Percentages of Color #8308df

%41
%96
%0
%13

Triadic Colors of #8308df

#8308df #df8308 #08df83

Analogous Colors of #8308df

#8308df #df08d0 #1708df

Monochromatic Colors of #8308df

#8308df

Complementary Color

#8308df #64df08

#8308df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8308df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8308df Color CSS Codes

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

#8308df Text Font Color

<p style="color:#8308df">Text here</p>

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


#8308df Background Color

<div style="background-color:#8308df">
Div content here</div>

This div background color is #8308df


#8308df Border Color

<div style="border:3px solid #8308df">
Div here</div>

This div border color is #8308df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,8,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8308df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8308df;
  -webkit-box-shadow: 1px 1px 3px 2px #8308df;
  box-shadow:         1px 1px 3px 2px #8308df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8308df


Comments

No comments written yet.

Please login to write comment.