Color Hex Logo

#838caa Color Hex

#838CAA
(131,140,170)
0 Favorites   0 Comments

Color spaces of #838caa

RGB 131140170
HSL0.630.190.59
HSV226°23°67°
CMYK 0.230.180.00   0.33
XYZ25.993926.483741.7721
Yxy26.48370.27580.2810
Hunter Lab51.46230.1023-12.1022
CIE-Lab58.49343.4575-16.8876

#838caa color RGB value is (131,140,170).

#838caa hex color red value is 131, green value is 140 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #838caa hue: 0.63 , saturation: 0.19 and the lightness value of 838caa is 0.59.

The process color (four color CMYK) of #838caa color hex is 0.23, 0.18, 0.00, 0.33. Web safe color of #838caa is #999999. Color #838caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10001100 10101010
Octal 203 214 252
Decimal 131 140 170
Hex 83 8C AA

RGB Percentages of Color #838caa

%29.71
%31.75
%38.55

CMYK Percentages of Color #838caa

%23
%18
%0
%33

Triadic Colors of #838caa

#838caa #aa838c #8caa83

Analogous Colors of #838caa

#838caa #8e83aa #83a0aa

Monochromatic Colors of #838caa

#838caa

Complementary Color

#838caa #aaa183

#838caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#838caa Color CSS Codes

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

#838caa Text Font Color

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

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


#838caa Background Color

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

This div background color is #838caa


#838caa Border Color

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

This div border color is #838caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838caa


Comments

No comments written yet.

Please login to write comment.