Color Hex Logo

#834dbf Color Hex

#834DBF
(131,77,191)
0 Favorites   0 Comments

Color spaces of #834dbf

RGB 13177191
HSL0.750.470.53
HSV268°60°75°
CMYK 0.310.600.00   0.25
XYZ21.417913.894650.8433
Yxy13.89460.24860.1613
Hunter Lab37.275537.3313-54.7781
CIE-Lab44.081445.2917-51.5743

#834dbf color RGB value is (131,77,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01001101 10111111
Octal 203 115 277
Decimal 131 77 191
Hex 83 4D BF

RGB Percentages of Color #834dbf

%32.83
%19.30
%47.87

CMYK Percentages of Color #834dbf

%31
%60
%0
%25

Triadic Colors of #834dbf

#834dbf #bf834d #4dbf83

Analogous Colors of #834dbf

#834dbf #bc4dbf #4d50bf

Monochromatic Colors of #834dbf

#834dbf

Complementary Color

#834dbf #89bf4d

#834dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#834dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#834dbf Color CSS Codes

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

#834dbf Text Font Color

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

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


#834dbf Background Color

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

This div background color is #834dbf


#834dbf Border Color

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

This div border color is #834dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #834dbf


Comments

No comments written yet.

Please login to write comment.