Color Hex Logo

#8332ce Color Hex

#8332CE
(131,50,206)
0 Favorites   0 Comments

Color spaces of #8332ce

RGB 13150206
HSL0.750.610.50
HSV271°76°81°
CMYK 0.360.760.00   0.19
XYZ21.641311.562759.4837
Yxy11.56270.23350.1247
Hunter Lab34.004054.0966-79.9142
CIE-Lab40.512561.7292-66.0615

#8332ce color RGB value is (131,50,206).

#8332ce hex color red value is 131, green value is 50 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8332ce hue: 0.75 , saturation: 0.61 and the lightness value of 8332ce is 0.50.

The process color (four color CMYK) of #8332ce color hex is 0.36, 0.76, 0.00, 0.19. Web safe color of #8332ce is #9933cc. Color #8332ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00110010 11001110
Octal 203 62 316
Decimal 131 50 206
Hex 83 32 CE

RGB Percentages of Color #8332ce

%33.85
%12.92
%53.23

CMYK Percentages of Color #8332ce

%36
%76
%0
%19

Triadic Colors of #8332ce

#8332ce #ce8332 #32ce83

Analogous Colors of #8332ce

#8332ce #ce32cb #3532ce

Monochromatic Colors of #8332ce

#8332ce

Complementary Color

#8332ce #7dce32

#8332ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8332ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8332ce Color CSS Codes

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

#8332ce Text Font Color

<p style="color:#8332ce">Text here</p>

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


#8332ce Background Color

<div style="background-color:#8332ce">
Div content here</div>

This div background color is #8332ce


#8332ce Border Color

<div style="border:3px solid #8332ce">
Div here</div>

This div border color is #8332ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,50,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8332ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8332ce;
  -webkit-box-shadow: 1px 1px 3px 2px #8332ce;
  box-shadow:         1px 1px 3px 2px #8332ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8332ce


Comments

No comments written yet.

Please login to write comment.