Color Hex Logo

#833ecf Color Hex

#833ECF
(131,62,207)
0 Favorites   0 Comments

Color spaces of #833ecf

RGB 13162207
HSL0.750.600.53
HSV269°70°81°
CMYK 0.370.700.00   0.19
XYZ22.345212.775560.3197
Yxy12.77550.23410.1339
Hunter Lab35.742849.0422-75.0380
CIE-Lab42.423056.7691-63.5299

#833ecf color RGB value is (131,62,207).

#833ecf hex color red value is 131, green value is 62 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #833ecf hue: 0.75 , saturation: 0.60 and the lightness value of 833ecf is 0.53.

The process color (four color CMYK) of #833ecf color hex is 0.37, 0.70, 0.00, 0.19. Web safe color of #833ecf is #9933cc. Color #833ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111110 11001111
Octal 203 76 317
Decimal 131 62 207
Hex 83 3E CF

RGB Percentages of Color #833ecf

%32.75
%15.50
%51.75

CMYK Percentages of Color #833ecf

%37
%70
%0
%19

Triadic Colors of #833ecf

#833ecf #cf833e #3ecf83

Analogous Colors of #833ecf

#833ecf #cc3ecf #3e42cf

Monochromatic Colors of #833ecf

#833ecf

Complementary Color

#833ecf #8acf3e

#833ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#833ecf Color CSS Codes

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

#833ecf Text Font Color

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

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


#833ecf Background Color

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

This div background color is #833ecf


#833ecf Border Color

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

This div border color is #833ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833ecf


Comments

No comments written yet.

Please login to write comment.