Color Hex Logo

#8321cb Color Hex

#8321CB
(131,33,203)
0 Favorites   0 Comments

Color spaces of #8321cb

RGB 13133203
HSL0.760.720.46
HSV275°84°80°
CMYK 0.350.840.00   0.20
XYZ20.683410.224857.3834
Yxy10.22480.23430.1158
Hunter Lab31.976259.5019-84.0163
CIE-Lab38.242966.9390-68.0272

#8321cb color RGB value is (131,33,203).

#8321cb hex color red value is 131, green value is 33 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8321cb hue: 0.76 , saturation: 0.72 and the lightness value of 8321cb is 0.46.

The process color (four color CMYK) of #8321cb color hex is 0.35, 0.84, 0.00, 0.20. Web safe color of #8321cb is #9933cc. Color #8321cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00100001 11001011
Octal 203 41 313
Decimal 131 33 203
Hex 83 21 CB

RGB Percentages of Color #8321cb

%35.69
%8.99
%55.31

CMYK Percentages of Color #8321cb

%35
%84
%0
%20

Triadic Colors of #8321cb

#8321cb #cb8321 #21cb83

Analogous Colors of #8321cb

#8321cb #cb21be #2e21cb

Monochromatic Colors of #8321cb

#8321cb

Complementary Color

#8321cb #69cb21

#8321cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8321cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8321cb Color CSS Codes

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

#8321cb Text Font Color

<p style="color:#8321cb">Text here</p>

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


#8321cb Background Color

<div style="background-color:#8321cb">
Div content here</div>

This div background color is #8321cb


#8321cb Border Color

<div style="border:3px solid #8321cb">
Div here</div>

This div border color is #8321cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,33,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8321cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8321cb;
  -webkit-box-shadow: 1px 1px 3px 2px #8321cb;
  box-shadow:         1px 1px 3px 2px #8321cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8321cb


Comments

No comments written yet.

Please login to write comment.