Color Hex Logo

#832dca Color Hex

#832DCA
(131,45,202)
0 Favorites   0 Comments

Color spaces of #832dca

RGB 13145202
HSL0.760.640.48
HSV273°78°79°
CMYK 0.350.780.00   0.21
XYZ20.959110.966356.8892
Yxy10.96630.23600.1235
Hunter Lab33.115455.0226-78.6740
CIE-Lab39.523762.7489-65.3539

#832dca color RGB value is (131,45,202).

#832dca hex color red value is 131, green value is 45 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #832dca hue: 0.76 , saturation: 0.64 and the lightness value of 832dca is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00101101 11001010
Octal 203 55 312
Decimal 131 45 202
Hex 83 2D CA

RGB Percentages of Color #832dca

%34.66
%11.90
%53.44

CMYK Percentages of Color #832dca

%35
%78
%0
%21

Triadic Colors of #832dca

#832dca #ca832d #2dca83

Analogous Colors of #832dca

#832dca #ca2dc3 #342dca

Monochromatic Colors of #832dca

#832dca

Complementary Color

#832dca #74ca2d

#832dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#832dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#832dca Color CSS Codes

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

#832dca Text Font Color

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

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


#832dca Background Color

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

This div background color is #832dca


#832dca Border Color

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

This div border color is #832dca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,45,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 #832dca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #832dca


Comments

No comments written yet.

Please login to write comment.