Color Hex Logo

#833ecd Color Hex

#833ECD
(131,62,205)
0 Favorites   0 Comments

Color spaces of #833ecd

RGB 13162205
HSL0.750.590.52
HSV269°70°80°
CMYK 0.360.700.00   0.20
XYZ22.102112.678359.0399
Yxy12.67830.23560.1351
Hunter Lab35.606648.4888-73.3851
CIE-Lab42.274556.2862-62.6160

#833ecd color RGB value is (131,62,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111110 11001101
Octal 203 76 315
Decimal 131 62 205
Hex 83 3E CD

RGB Percentages of Color #833ecd

%32.91
%15.58
%51.51

CMYK Percentages of Color #833ecd

%36
%70
%0
%20

Triadic Colors of #833ecd

#833ecd #cd833e #3ecd83

Analogous Colors of #833ecd

#833ecd #cb3ecd #3e40cd

Monochromatic Colors of #833ecd

#833ecd

Complementary Color

#833ecd #88cd3e

#833ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#833ecd Color CSS Codes

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

#833ecd Text Font Color

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

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


#833ecd Background Color

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

This div background color is #833ecd


#833ecd Border Color

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

This div border color is #833ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833ecd


Comments

No comments written yet.

Please login to write comment.