Color Hex Logo

#838aa0 Color Hex

#838AA0
(131,138,160)
0 Favorites   0 Comments

Color spaces of #838aa0

RGB 131138160
HSL0.630.130.57
HSV226°18°63°
CMYK 0.180.140.00   0.37
XYZ24.793725.540336.8807
Yxy25.54030.28430.2928
Hunter Lab50.5374-0.8682-7.8919
CIE-Lab57.59812.2423-12.5218

#838aa0 color RGB value is (131,138,160).

#838aa0 hex color red value is 131, green value is 138 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #838aa0 hue: 0.63 , saturation: 0.13 and the lightness value of 838aa0 is 0.57.

The process color (four color CMYK) of #838aa0 color hex is 0.18, 0.14, 0.00, 0.37. Web safe color of #838aa0 is #999999. Color #838aa0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10001010 10100000
Octal 203 212 240
Decimal 131 138 160
Hex 83 8A A0

RGB Percentages of Color #838aa0

%30.54
%32.17
%37.30

CMYK Percentages of Color #838aa0

%18
%14
%0
%37

Triadic Colors of #838aa0

#838aa0 #a0838a #8aa083

Analogous Colors of #838aa0

#838aa0 #8b83a0 #8399a0

Monochromatic Colors of #838aa0

#838aa0

Complementary Color

#838aa0 #a09983

#838aa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838aa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#838aa0 Color CSS Codes

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

#838aa0 Text Font Color

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

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


#838aa0 Background Color

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

This div background color is #838aa0


#838aa0 Border Color

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

This div border color is #838aa0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,138,160, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #838aa0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #838aa0;
  -webkit-box-shadow: 1px 1px 3px 2px #838aa0;
  box-shadow:         1px 1px 3px 2px #838aa0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838aa0


Comments

No comments written yet.

Please login to write comment.