Color Hex Logo

#833eea Color Hex

#833EEA
(131,62,234)
0 Favorites   0 Comments

Color spaces of #833eea

RGB 13162234
HSL0.730.800.58
HSV264°74°92°
CMYK 0.440.740.00   0.08
XYZ25.934014.211179.2180
Yxy14.21110.21730.1191
Hunter Lab37.697656.8279-98.2040
CIE-Lab44.534263.3769-75.5115

#833eea color RGB value is (131,62,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111110 11101010
Octal 203 76 352
Decimal 131 62 234
Hex 83 3E EA

RGB Percentages of Color #833eea

%30.68
%14.52
%54.80

CMYK Percentages of Color #833eea

%44
%74
%0
%8

Triadic Colors of #833eea

#833eea #ea833e #3eea83

Analogous Colors of #833eea

#833eea #d93eea #3e4fea

Monochromatic Colors of #833eea

#833eea

Complementary Color

#833eea #a5ea3e

#833eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#833eea Color CSS Codes

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

#833eea Text Font Color

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

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


#833eea Background Color

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

This div background color is #833eea


#833eea Border Color

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

This div border color is #833eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833eea


Comments

No comments written yet.

Please login to write comment.