Color Hex Logo

#833fea Color Hex

#833FEA
(131,63,234)
0 Favorites   0 Comments

Color spaces of #833fea

RGB 13163234
HSL0.730.800.58
HSV264°73°92°
CMYK 0.440.730.00   0.08
XYZ25.988914.320879.2363
Yxy14.32080.21740.1198
Hunter Lab37.842856.3615-97.6529
CIE-Lab44.689562.9360-75.2574

#833fea color RGB value is (131,63,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111111 11101010
Octal 203 77 352
Decimal 131 63 234
Hex 83 3F EA

RGB Percentages of Color #833fea

%30.61
%14.72
%54.67

CMYK Percentages of Color #833fea

%44
%73
%0
%8

Triadic Colors of #833fea

#833fea #ea833f #3fea83

Analogous Colors of #833fea

#833fea #d93fea #3f50ea

Monochromatic Colors of #833fea

#833fea

Complementary Color

#833fea #a6ea3f

#833fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#833fea Color CSS Codes

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

#833fea Text Font Color

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

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


#833fea Background Color

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

This div background color is #833fea


#833fea Border Color

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

This div border color is #833fea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,63,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 #833fea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833fea


Comments

No comments written yet.

Please login to write comment.