Color Hex Logo

#833cdf Color Hex

#833CDF
(131,60,223)
0 Favorites   0 Comments

Color spaces of #833cdf

RGB 13160223
HSL0.740.720.55
HSV266°73°87°
CMYK 0.410.730.00   0.13
XYZ24.295213.384771.1150
Yxy13.38470.22330.1230
Hunter Lab36.585154.5132-89.6397
CIE-Lab43.337361.5559-71.2200

#833cdf color RGB value is (131,60,223).

#833cdf hex color red value is 131, green value is 60 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #833cdf hue: 0.74 , saturation: 0.72 and the lightness value of 833cdf is 0.55.

The process color (four color CMYK) of #833cdf color hex is 0.41, 0.73, 0.00, 0.13. Web safe color of #833cdf is #9933cc. Color #833cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111100 11011111
Octal 203 74 337
Decimal 131 60 223
Hex 83 3C DF

RGB Percentages of Color #833cdf

%31.64
%14.49
%53.86

CMYK Percentages of Color #833cdf

%41
%73
%0
%13

Triadic Colors of #833cdf

#833cdf #df833c #3cdf83

Analogous Colors of #833cdf

#833cdf #d53cdf #3c46df

Monochromatic Colors of #833cdf

#833cdf

Complementary Color

#833cdf #98df3c

#833cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#833cdf Color CSS Codes

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

#833cdf Text Font Color

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

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


#833cdf Background Color

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

This div background color is #833cdf


#833cdf Border Color

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

This div border color is #833cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833cdf

#833cdf Color Palettes


Comments

No comments written yet.

Please login to write comment.