Color Hex Logo

#838190 Color Hex

#838190
(131,129,144)
0 Favorites   0 Comments

Color spaces of #838190

RGB 131129144
HSL0.690.060.54
HSV248°10°56°
CMYK 0.090.100.00   0.44
XYZ22.244422.539429.5637
Yxy22.53940.29920.3032
Hunter Lab47.47570.5525-3.6877
CIE-Lab54.59473.8402-7.7929

#838190 color RGB value is (131,129,144).

#838190 hex color red value is 131, green value is 129 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #838190 hue: 0.69 , saturation: 0.06 and the lightness value of 838190 is 0.54.

The process color (four color CMYK) of #838190 color hex is 0.09, 0.10, 0.00, 0.44. Web safe color of #838190 is #999999. Color #838190 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000001 10010000
Octal 203 201 220
Decimal 131 129 144
Hex 83 81 90

RGB Percentages of Color #838190

%32.43
%31.93
%35.64

CMYK Percentages of Color #838190

%9
%10
%0
%44

Triadic Colors of #838190

#838190 #908381 #819083

Analogous Colors of #838190

#838190 #8b8190 #818790

Monochromatic Colors of #838190

#838190

Complementary Color

#838190 #8e9081

#838190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#838190 Color CSS Codes

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

#838190 Text Font Color

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

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


#838190 Background Color

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

This div background color is #838190


#838190 Border Color

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

This div border color is #838190


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,129,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #838190; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #838190;
  -webkit-box-shadow: 1px 1px 3px 2px #838190;
  box-shadow:         1px 1px 3px 2px #838190; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838190


Comments

No comments written yet.

Please login to write comment.