Color Hex Logo

#834ccc Color Hex

#834CCC
(131,76,204)
0 Favorites   0 Comments

Color spaces of #834ccc

RGB 13176204
HSL0.740.560.55
HSV266°63°80°
CMYK 0.360.630.00   0.20
XYZ22.843614.353858.6933
Yxy14.35380.23820.1497
Hunter Lab37.886441.3253-65.3311
CIE-Lab44.736149.0764-58.0520

#834ccc color RGB value is (131,76,204).

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

The process color (four color CMYK) of #834ccc color hex is 0.36, 0.63, 0.00, 0.20. Web safe color of #834ccc is #9933cc. Color #834ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01001100 11001100
Octal 203 114 314
Decimal 131 76 204
Hex 83 4C CC

RGB Percentages of Color #834ccc

%31.87
%18.49
%49.64

CMYK Percentages of Color #834ccc

%36
%63
%0
%20

Triadic Colors of #834ccc

#834ccc #cc834c #4ccc83

Analogous Colors of #834ccc

#834ccc #c34ccc #4c55cc

Monochromatic Colors of #834ccc

#834ccc

Complementary Color

#834ccc #95cc4c

#834ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#834ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#834ccc Color CSS Codes

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

#834ccc Text Font Color

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

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


#834ccc Background Color

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

This div background color is #834ccc


#834ccc Border Color

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

This div border color is #834ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #834ccc


Comments

No comments written yet.

Please login to write comment.