Color Hex Logo

#834ccb Color Hex

#834CCB
(131,76,203)
0 Favorites   0 Comments

Color spaces of #834ccb

RGB 13176203
HSL0.740.550.55
HSV266°63°80°
CMYK 0.350.630.00   0.20
XYZ22.724014.306058.0636
Yxy14.30600.23900.1504
Hunter Lab37.823341.0510-64.5415
CIE-Lab44.668648.8238-57.5842

#834ccb color RGB value is (131,76,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01001100 11001011
Octal 203 114 313
Decimal 131 76 203
Hex 83 4C CB

RGB Percentages of Color #834ccb

%31.95
%18.54
%49.51

CMYK Percentages of Color #834ccb

%35
%63
%0
%20

Triadic Colors of #834ccb

#834ccb #cb834c #4ccb83

Analogous Colors of #834ccb

#834ccb #c34ccb #4c54cb

Monochromatic Colors of #834ccb

#834ccb

Complementary Color

#834ccb #94cb4c

#834ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#834ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#834ccb Color CSS Codes

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

#834ccb Text Font Color

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

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


#834ccb Background Color

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

This div background color is #834ccb


#834ccb Border Color

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

This div border color is #834ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #834ccb


Comments

No comments written yet.

Please login to write comment.