Color Hex Logo

#8339fd Color Hex

#8339FD
(131,57,253)
0 Favorites   0 Comments

Color spaces of #8339fd

RGB 13157253
HSL0.730.980.61
HSV263°77°99°
CMYK 0.480.770.00   0.01
XYZ28.552814.843494.2887
Yxy14.84340.20740.1078
Hunter Lab38.527164.8654-118.1333
CIE-Lab45.419070.1309-84.7376

#8339fd color RGB value is (131,57,253).

#8339fd hex color red value is 131, green value is 57 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #8339fd hue: 0.73 , saturation: 0.98 and the lightness value of 8339fd is 0.61.

The process color (four color CMYK) of #8339fd color hex is 0.48, 0.77, 0.00, 0.01. Web safe color of #8339fd is #9933ff. Color #8339fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111001 11111101
Octal 203 71 375
Decimal 131 57 253
Hex 83 39 FD

RGB Percentages of Color #8339fd

%29.71
%12.93
%57.37

CMYK Percentages of Color #8339fd

%48
%77
%0
%1

Triadic Colors of #8339fd

#8339fd #fd8339 #39fd83

Analogous Colors of #8339fd

#8339fd #e539fd #3951fd

Monochromatic Colors of #8339fd

#8339fd

Complementary Color

#8339fd #b3fd39

#8339fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8339fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8339fd Color CSS Codes

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

#8339fd Text Font Color

<p style="color:#8339fd">Text here</p>

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


#8339fd Background Color

<div style="background-color:#8339fd">
Div content here</div>

This div background color is #8339fd


#8339fd Border Color

<div style="border:3px solid #8339fd">
Div here</div>

This div border color is #8339fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,57,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8339fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8339fd;
  -webkit-box-shadow: 1px 1px 3px 2px #8339fd;
  box-shadow:         1px 1px 3px 2px #8339fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8339fd


Comments

No comments written yet.

Please login to write comment.