Color Hex Logo

#833c93 Color Hex

#833C93
(131,60,147)
0 Favorites   0 Comments

Color spaces of #833c93

RGB 13160147
HSL0.800.420.41
HSV289°59°58°
CMYK 0.110.590.00   0.42
XYZ16.242410.163628.7095
Yxy10.16360.29470.1844
Hunter Lab31.880435.1513-31.0766
CIE-Lab38.134544.1262-34.9131

#833c93 color RGB value is (131,60,147).

#833c93 hex color red value is 131, green value is 60 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #833c93 hue: 0.80 , saturation: 0.42 and the lightness value of 833c93 is 0.41.

The process color (four color CMYK) of #833c93 color hex is 0.11, 0.59, 0.00, 0.42. Web safe color of #833c93 is #993399. Color #833c93 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111100 10010011
Octal 203 74 223
Decimal 131 60 147
Hex 83 3C 93

RGB Percentages of Color #833c93

%38.76
%17.75
%43.49

CMYK Percentages of Color #833c93

%11
%59
%0
%42

Triadic Colors of #833c93

#833c93 #93833c #3c9383

Analogous Colors of #833c93

#833c93 #933c78 #573c93

Monochromatic Colors of #833c93

#833c93

Complementary Color

#833c93 #4c933c

#833c93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833c93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#833c93 Color CSS Codes

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

#833c93 Text Font Color

<p style="color:#833c93">Text here</p>

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


#833c93 Background Color

<div style="background-color:#833c93">
Div content here</div>

This div background color is #833c93


#833c93 Border Color

<div style="border:3px solid #833c93">
Div here</div>

This div border color is #833c93


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,60,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #833c93; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #833c93;
  -webkit-box-shadow: 1px 1px 3px 2px #833c93;
  box-shadow:         1px 1px 3px 2px #833c93; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833c93


Comments

No comments written yet.

Please login to write comment.