Color Hex Logo

#838cbe Color Hex

#838CBE
(131,140,190)
0 Favorites   0 Comments

Color spaces of #838cbe

RGB 131140190
HSL0.640.310.63
HSV231°31°75°
CMYK 0.310.260.00   0.25
XYZ28.032427.299252.5070
Yxy27.29920.25990.2531
Hunter Lab52.24864.3336-23.0091
CIE-Lab59.25038.4664-27.0954

#838cbe color RGB value is (131,140,190).

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

The process color (four color CMYK) of #838cbe color hex is 0.31, 0.26, 0.00, 0.25. Web safe color of #838cbe is #9999cc. Color #838cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10001100 10111110
Octal 203 214 276
Decimal 131 140 190
Hex 83 8C BE

RGB Percentages of Color #838cbe

%28.42
%30.37
%41.21

CMYK Percentages of Color #838cbe

%31
%26
%0
%25

Triadic Colors of #838cbe

#838cbe #be838c #8cbe83

Analogous Colors of #838cbe

#838cbe #9883be #83aabe

Monochromatic Colors of #838cbe

#838cbe

Complementary Color

#838cbe #beb583

#838cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#838cbe Color CSS Codes

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

#838cbe Text Font Color

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

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


#838cbe Background Color

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

This div background color is #838cbe


#838cbe Border Color

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

This div border color is #838cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838cbe


Comments

No comments written yet.

Please login to write comment.