Color Hex Logo

#834abd Color Hex

#834ABD
(131,74,189)
0 Favorites   0 Comments

Color spaces of #834abd

RGB 13174189
HSL0.750.470.52
HSV270°61°74°
CMYK 0.310.610.00   0.26
XYZ20.994213.397049.6235
Yxy13.39700.24990.1595
Hunter Lab36.601938.3310-54.7618
CIE-Lab43.355446.4011-51.5750

#834abd color RGB value is (131,74,189).

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

The process color (four color CMYK) of #834abd color hex is 0.31, 0.61, 0.00, 0.26. Web safe color of #834abd is #9933cc. Color #834abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01001010 10111101
Octal 203 112 275
Decimal 131 74 189
Hex 83 4A BD

RGB Percentages of Color #834abd

%33.25
%18.78
%47.97

CMYK Percentages of Color #834abd

%31
%61
%0
%26

Triadic Colors of #834abd

#834abd #bd834a #4abd83

Analogous Colors of #834abd

#834abd #bd4abd #4a4bbd

Monochromatic Colors of #834abd

#834abd

Complementary Color

#834abd #84bd4a

#834abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#834abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#834abd Color CSS Codes

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

#834abd Text Font Color

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

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


#834abd Background Color

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

This div background color is #834abd


#834abd Border Color

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

This div border color is #834abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #834abd


Comments

No comments written yet.

Please login to write comment.