Color Hex Logo

#833fed Color Hex

#833FED
(131,63,237)
0 Favorites   0 Comments

Color spaces of #833fed

RGB 13163237
HSL0.730.830.59
HSV263°73°93°
CMYK 0.450.730.00   0.07
XYZ26.423614.494781.5258
Yxy14.49470.21580.1184
Hunter Lab38.071957.2611-100.3111
CIE-Lab44.934263.6808-76.5518

#833fed color RGB value is (131,63,237).

#833fed hex color red value is 131, green value is 63 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #833fed hue: 0.73 , saturation: 0.83 and the lightness value of 833fed is 0.59.

The process color (four color CMYK) of #833fed color hex is 0.45, 0.73, 0.00, 0.07. Web safe color of #833fed is #9933ff. Color #833fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111111 11101101
Octal 203 77 355
Decimal 131 63 237
Hex 83 3F ED

RGB Percentages of Color #833fed

%30.39
%14.62
%54.99

CMYK Percentages of Color #833fed

%45
%73
%0
%7

Triadic Colors of #833fed

#833fed #ed833f #3fed83

Analogous Colors of #833fed

#833fed #da3fed #3f52ed

Monochromatic Colors of #833fed

#833fed

Complementary Color

#833fed #a9ed3f

#833fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#833fed Color CSS Codes

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

#833fed Text Font Color

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

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


#833fed Background Color

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

This div background color is #833fed


#833fed Border Color

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

This div border color is #833fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833fed


Comments

No comments written yet.

Please login to write comment.