Color Hex Logo

#833dca Color Hex

#833DCA
(131,61,202)
0 Favorites   0 Comments

Color spaces of #833dca

RGB 13161202
HSL0.750.570.52
HSV270°70°79°
CMYK 0.350.700.00   0.21
XYZ21.689512.427057.1326
Yxy12.42700.23770.1362
Hunter Lab35.252048.1349-71.4145
CIE-Lab41.886956.0316-61.5088

#833dca color RGB value is (131,61,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111101 11001010
Octal 203 75 312
Decimal 131 61 202
Hex 83 3D CA

RGB Percentages of Color #833dca

%33.25
%15.48
%51.27

CMYK Percentages of Color #833dca

%35
%70
%0
%21

Triadic Colors of #833dca

#833dca #ca833d #3dca83

Analogous Colors of #833dca

#833dca #ca3dca #3d3dca

Monochromatic Colors of #833dca

#833dca

Complementary Color

#833dca #84ca3d

#833dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#833dca Color CSS Codes

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

#833dca Text Font Color

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

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


#833dca Background Color

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

This div background color is #833dca


#833dca Border Color

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

This div border color is #833dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833dca


Comments

No comments written yet.

Please login to write comment.