Color Hex Logo

#838cbf Color Hex

#838CBF
(131,140,191)
0 Favorites   0 Comments

Color spaces of #838cbf

RGB 131140191
HSL0.640.320.63
HSV231°31°75°
CMYK 0.310.270.00   0.25
XYZ28.142127.343053.0847
Yxy27.34300.25920.2518
Hunter Lab52.29054.5580-23.5871
CIE-Lab59.29058.7266-27.5991

#838cbf color RGB value is (131,140,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10001100 10111111
Octal 203 214 277
Decimal 131 140 191
Hex 83 8C BF

RGB Percentages of Color #838cbf

%28.35
%30.30
%41.34

CMYK Percentages of Color #838cbf

%31
%27
%0
%25

Triadic Colors of #838cbf

#838cbf #bf838c #8cbf83

Analogous Colors of #838cbf

#838cbf #9883bf #83aabf

Monochromatic Colors of #838cbf

#838cbf

Complementary Color

#838cbf #bfb683

#838cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#838cbf Color CSS Codes

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

#838cbf Text Font Color

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

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


#838cbf Background Color

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

This div background color is #838cbf


#838cbf Border Color

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

This div border color is #838cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838cbf


Comments

No comments written yet.

Please login to write comment.