Color Hex Logo

#833efb Color Hex

#833EFB
(131,62,251)
0 Favorites   0 Comments

Color spaces of #833efb

RGB 13162251
HSL0.730.960.61
HSV262°75°98°
CMYK 0.480.750.00   0.02
XYZ28.495315.235692.7057
Yxy15.23560.20890.1117
Hunter Lab39.032862.0038-113.4950
CIE-Lab45.955267.5946-82.7401

#833efb color RGB value is (131,62,251).

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

The process color (four color CMYK) of #833efb color hex is 0.48, 0.75, 0.00, 0.02. Web safe color of #833efb is #9933ff. Color #833efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111110 11111011
Octal 203 76 373
Decimal 131 62 251
Hex 83 3E FB

RGB Percentages of Color #833efb

%29.50
%13.96
%56.53

CMYK Percentages of Color #833efb

%48
%75
%0
%2

Triadic Colors of #833efb

#833efb #fb833e #3efb83

Analogous Colors of #833efb

#833efb #e23efb #3e57fb

Monochromatic Colors of #833efb

#833efb

Complementary Color

#833efb #b6fb3e

#833efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#833efb Color CSS Codes

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

#833efb Text Font Color

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

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


#833efb Background Color

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

This div background color is #833efb


#833efb Border Color

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

This div border color is #833efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833efb


Comments

No comments written yet.

Please login to write comment.