Color Hex Logo

#834bdc Color Hex

#834BDC
(131,75,220)
0 Favorites   0 Comments

Color spaces of #834bdc

RGB 13175220
HSL0.730.670.58
HSV263°66°86°
CMYK 0.400.660.00   0.14
XYZ24.794415.024869.3034
Yxy15.02480.22720.1377
Hunter Lab38.761846.3461-78.8730
CIE-Lab45.668153.6676-65.7151

#834bdc color RGB value is (131,75,220).

#834bdc hex color red value is 131, green value is 75 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #834bdc hue: 0.73 , saturation: 0.67 and the lightness value of 834bdc is 0.58.

The process color (four color CMYK) of #834bdc color hex is 0.40, 0.66, 0.00, 0.14. Web safe color of #834bdc is #9933cc. Color #834bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01001011 11011100
Octal 203 113 334
Decimal 131 75 220
Hex 83 4B DC

RGB Percentages of Color #834bdc

%30.75
%17.61
%51.64

CMYK Percentages of Color #834bdc

%40
%66
%0
%14

Triadic Colors of #834bdc

#834bdc #dc834b #4bdc83

Analogous Colors of #834bdc

#834bdc #cc4bdc #4b5cdc

Monochromatic Colors of #834bdc

#834bdc

Complementary Color

#834bdc #a4dc4b

#834bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#834bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#834bdc Color CSS Codes

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

#834bdc Text Font Color

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

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


#834bdc Background Color

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

This div background color is #834bdc


#834bdc Border Color

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

This div border color is #834bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #834bdc


Comments

No comments written yet.

Please login to write comment.