Color Hex Logo

#834cca Color Hex

#834CCA
(131,76,202)
0 Favorites   0 Comments

Color spaces of #834cca

RGB 13176202
HSL0.740.540.55
HSV266°62°79°
CMYK 0.350.620.00   0.21
XYZ22.605214.258457.4378
Yxy14.25840.23970.1512
Hunter Lab37.760340.7785-63.7548
CIE-Lab44.601348.5724-57.1155

#834cca color RGB value is (131,76,202).

#834cca hex color red value is 131, green value is 76 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #834cca hue: 0.74 , saturation: 0.54 and the lightness value of 834cca is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01001100 11001010
Octal 203 114 312
Decimal 131 76 202
Hex 83 4C CA

RGB Percentages of Color #834cca

%32.03
%18.58
%49.39

CMYK Percentages of Color #834cca

%35
%62
%0
%21

Triadic Colors of #834cca

#834cca #ca834c #4cca83

Analogous Colors of #834cca

#834cca #c24cca #4c54ca

Monochromatic Colors of #834cca

#834cca

Complementary Color

#834cca #93ca4c

#834cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#834cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#834cca Color CSS Codes

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

#834cca Text Font Color

<p style="color:#834cca">Text here</p>

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


#834cca Background Color

<div style="background-color:#834cca">
Div content here</div>

This div background color is #834cca


#834cca Border Color

<div style="border:3px solid #834cca">
Div here</div>

This div border color is #834cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #834cca


Comments

No comments written yet.

Please login to write comment.