Color Hex Logo

#833ebc Color Hex

#833EBC
(131,62,188)
0 Favorites   0 Comments

Color spaces of #833ebc

RGB 13162188
HSL0.760.500.49
HSV273°67°74°
CMYK 0.300.670.00   0.26
XYZ20.159811.901448.8116
Yxy11.90140.24930.1472
Hunter Lab34.498443.9377-59.7402
CIE-Lab41.059052.2412-54.6904

#833ebc color RGB value is (131,62,188).

#833ebc hex color red value is 131, green value is 62 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #833ebc hue: 0.76 , saturation: 0.50 and the lightness value of 833ebc is 0.49.

The process color (four color CMYK) of #833ebc color hex is 0.30, 0.67, 0.00, 0.26. Web safe color of #833ebc is #9933cc. Color #833ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111110 10111100
Octal 203 76 274
Decimal 131 62 188
Hex 83 3E BC

RGB Percentages of Color #833ebc

%34.38
%16.27
%49.34

CMYK Percentages of Color #833ebc

%30
%67
%0
%26

Triadic Colors of #833ebc

#833ebc #bc833e #3ebc83

Analogous Colors of #833ebc

#833ebc #bc3eb6 #443ebc

Monochromatic Colors of #833ebc

#833ebc

Complementary Color

#833ebc #77bc3e

#833ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#833ebc Color CSS Codes

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

#833ebc Text Font Color

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

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


#833ebc Background Color

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

This div background color is #833ebc


#833ebc Border Color

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

This div border color is #833ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833ebc


Comments

No comments written yet.

Please login to write comment.