Color Hex Logo

#837a98 Color Hex

#837A98
(131,122,152)
0 Favorites   0 Comments

Color spaces of #837a98

RGB 131122152
HSL0.720.130.54
HSV258°20°60°
CMYK 0.140.200.00   0.40
XYZ21.987121.011432.6025
Yxy21.01140.29080.2779
Hunter Lab45.83825.4038-10.0834
CIE-Lab52.96209.6852-14.9013

#837a98 color RGB value is (131,122,152).

#837a98 hex color red value is 131, green value is 122 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #837a98 hue: 0.72 , saturation: 0.13 and the lightness value of 837a98 is 0.54.

The process color (four color CMYK) of #837a98 color hex is 0.14, 0.20, 0.00, 0.40. Web safe color of #837a98 is #996699. Color #837a98 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01111010 10011000
Octal 203 172 230
Decimal 131 122 152
Hex 83 7A 98

RGB Percentages of Color #837a98

%32.35
%30.12
%37.53

CMYK Percentages of Color #837a98

%14
%20
%0
%40

Triadic Colors of #837a98

#837a98 #98837a #7a9883

Analogous Colors of #837a98

#837a98 #927a98 #7a8098

Monochromatic Colors of #837a98

#837a98

Complementary Color

#837a98 #8f987a

#837a98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837a98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#837a98 Color CSS Codes

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

#837a98 Text Font Color

<p style="color:#837a98">Text here</p>

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


#837a98 Background Color

<div style="background-color:#837a98">
Div content here</div>

This div background color is #837a98


#837a98 Border Color

<div style="border:3px solid #837a98">
Div here</div>

This div border color is #837a98


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,122,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #837a98; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #837a98;
  -webkit-box-shadow: 1px 1px 3px 2px #837a98;
  box-shadow:         1px 1px 3px 2px #837a98; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837a98

#837a98 Color Palettes


Comments

No comments written yet.

Please login to write comment.