Color Hex Logo

#834dbe Color Hex

#834DBE
(131,77,190)
0 Favorites   0 Comments

Color spaces of #834dbe

RGB 13177190
HSL0.750.470.52
HSV269°59°75°
CMYK 0.310.590.00   0.25
XYZ21.308213.850850.2656
Yxy13.85080.24940.1621
Hunter Lab37.216737.0701-54.0266
CIE-Lab44.018245.0438-51.0933

#834dbe color RGB value is (131,77,190).

#834dbe hex color red value is 131, green value is 77 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #834dbe hue: 0.75 , saturation: 0.47 and the lightness value of 834dbe is 0.52.

The process color (four color CMYK) of #834dbe color hex is 0.31, 0.59, 0.00, 0.25. Web safe color of #834dbe is #9966cc. Color #834dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01001101 10111110
Octal 203 115 276
Decimal 131 77 190
Hex 83 4D BE

RGB Percentages of Color #834dbe

%32.91
%19.35
%47.74

CMYK Percentages of Color #834dbe

%31
%59
%0
%25

Triadic Colors of #834dbe

#834dbe #be834d #4dbe83

Analogous Colors of #834dbe

#834dbe #bc4dbe #4d50be

Monochromatic Colors of #834dbe

#834dbe

Complementary Color

#834dbe #88be4d

#834dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#834dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#834dbe Color CSS Codes

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

#834dbe Text Font Color

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

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


#834dbe Background Color

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

This div background color is #834dbe


#834dbe Border Color

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

This div border color is #834dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #834dbe


Comments

No comments written yet.

Please login to write comment.