color codes Logo

#832ecc color codes

#832ECC
(131,46,204)
0 Favorites   0 Comments

Color spaces of #832ecc

RGB 13146204
HSL0.760.630.49
HSV272°77°80°
CMYK 0.360.770.00   0.20
XYZ21.236211.138958.1575
Yxy11.13890.23460.1230
Hunter Lab33.375055.1717-79.9531
CIE-Lab39.813462.8252-66.0425

#832ecc color RGB value is (131,46,204).

#832ecc hex color red value is 131, green value is 46 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #832ecc hue: 0.76 , saturation: 0.63 and the lightness value of 832ecc is 0.49.

The process color (four color CMYK) of #832ecc color code is 0.36, 0.77, 0.00, 0.20. Web safe color of #832ecc is #9933cc. Color #832ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00101110 11001100
Octal 203 56 314
Decimal 131 46 204
Hex 83 2E CC

RGB Percentages of Color #832ecc

%34.38
%12.07
%53.54

CMYK Percentages of Color #832ecc

%36
%77
%0
%20

Triadic Colors of #832ecc

#832ecc #cc832e #2ecc83

Analogous Colors of #832ecc

#832ecc #cc2ec6 #342ecc

Monochromatic Colors of #832ecc

#832ecc

Complementary Color

#832ecc #77cc2e

#832ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#832ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#832ecc Color CSS Codes

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

#832ecc Text Font Color

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

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


#832ecc Background Color

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

This div background color is #832ecc


#832ecc Border Color

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

This div border color is #832ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #832ecc


Comments

No comments written yet.

Please login to write comment.