Color Hex Logo

#833eef Color Hex

#833EEF
(131,62,239)
0 Favorites   0 Comments

Color spaces of #833eef

RGB 13162239
HSL0.730.850.59
HSV263°74°94°
CMYK 0.450.740.00   0.06
XYZ26.662714.502583.0553
Yxy14.50250.21460.1167
Hunter Lab38.082158.3306-102.6511
CIE-Lab44.945164.6150-77.6617

#833eef color RGB value is (131,62,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111110 11101111
Octal 203 76 357
Decimal 131 62 239
Hex 83 3E EF

RGB Percentages of Color #833eef

%30.32
%14.35
%55.32

CMYK Percentages of Color #833eef

%45
%74
%0
%6

Triadic Colors of #833eef

#833eef #ef833e #3eef83

Analogous Colors of #833eef

#833eef #dc3eef #3e52ef

Monochromatic Colors of #833eef

#833eef

Complementary Color

#833eef #aaef3e

#833eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#833eef Color CSS Codes

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

#833eef Text Font Color

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

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


#833eef Background Color

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

This div background color is #833eef


#833eef Border Color

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

This div border color is #833eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833eef


Comments

No comments written yet.

Please login to write comment.