Color Hex Logo

#834fad Color Hex

#834FAD
(131,79,173)
0 Favorites   0 Comments

Color spaces of #834fad

RGB 13179173
HSL0.760.370.49
HSV273°54°68°
CMYK 0.240.540.00   0.32
XYZ19.698913.434441.0900
Yxy13.43440.26540.1810
Hunter Lab36.653031.7910-40.8103
CIE-Lab43.410639.8149-42.0970

#834fad color RGB value is (131,79,173).

#834fad hex color red value is 131, green value is 79 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #834fad hue: 0.76 , saturation: 0.37 and the lightness value of 834fad is 0.49.

The process color (four color CMYK) of #834fad color hex is 0.24, 0.54, 0.00, 0.32. Web safe color of #834fad is #996699. Color #834fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01001111 10101101
Octal 203 117 255
Decimal 131 79 173
Hex 83 4F AD

RGB Percentages of Color #834fad

%34.20
%20.63
%45.17

CMYK Percentages of Color #834fad

%24
%54
%0
%32

Triadic Colors of #834fad

#834fad #ad834f #4fad83

Analogous Colors of #834fad

#834fad #ad4fa8 #544fad

Monochromatic Colors of #834fad

#834fad

Complementary Color

#834fad #79ad4f

#834fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#834fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#834fad Color CSS Codes

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

#834fad Text Font Color

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

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


#834fad Background Color

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

This div background color is #834fad


#834fad Border Color

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

This div border color is #834fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #834fad


Comments

No comments written yet.

Please login to write comment.