Color Hex Logo

#8352ff Color Hex

#8352FF
(131,82,255)
0 Favorites   0 Comments

Color spaces of #8352ff

RGB 13182255
HSL0.711.000.66
HSV257°68°100°
CMYK 0.490.680.00   0.00
XYZ30.427418.079996.4938
Yxy18.07990.20980.1247
Hunter Lab42.520553.3228-104.7854
CIE-Lab49.592959.3136-79.0158

#8352ff color RGB value is (131,82,255).

#8352ff hex color red value is 131, green value is 82 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8352ff hue: 0.71 , saturation: 1.00 and the lightness value of 8352ff is 0.66.

The process color (four color CMYK) of #8352ff color hex is 0.49, 0.68, 0.00, 0.00. Web safe color of #8352ff is #9966ff. Color #8352ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01010010 11111111
Octal 203 122 377
Decimal 131 82 255
Hex 83 52 FF

RGB Percentages of Color #8352ff

%27.99
%17.52
%54.49

CMYK Percentages of Color #8352ff

%49
%68
%0
%0

Triadic Colors of #8352ff

#8352ff #ff8352 #52ff83

Analogous Colors of #8352ff

#8352ff #da52ff #5278ff

Monochromatic Colors of #8352ff

#8352ff

Complementary Color

#8352ff #ceff52

#8352ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8352ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8352ff Color CSS Codes

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

#8352ff Text Font Color

<p style="color:#8352ff">Text here</p>

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


#8352ff Background Color

<div style="background-color:#8352ff">
Div content here</div>

This div background color is #8352ff


#8352ff Border Color

<div style="border:3px solid #8352ff">
Div here</div>

This div border color is #8352ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,82,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8352ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8352ff;
  -webkit-box-shadow: 1px 1px 3px 2px #8352ff;
  box-shadow:         1px 1px 3px 2px #8352ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8352ff

Related Colors


Comments

No comments written yet.

Please login to write comment.