Color Hex Logo

#838fbf Color Hex

#838FBF
(131,143,191)
0 Favorites   0 Comments

Color spaces of #838fbf

RGB 131143191
HSL0.630.320.63
HSV228°31°75°
CMYK 0.310.250.00   0.25
XYZ28.586528.231853.2328
Yxy28.23180.25980.2565
Hunter Lab53.13363.0513-22.2072
CIE-Lab60.09766.9927-26.3538

#838fbf color RGB value is (131,143,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10001111 10111111
Octal 203 217 277
Decimal 131 143 191
Hex 83 8F BF

RGB Percentages of Color #838fbf

%28.17
%30.75
%41.08

CMYK Percentages of Color #838fbf

%31
%25
%0
%25

Triadic Colors of #838fbf

#838fbf #bf838f #8fbf83

Analogous Colors of #838fbf

#838fbf #9583bf #83adbf

Monochromatic Colors of #838fbf

#838fbf

Complementary Color

#838fbf #bfb383

#838fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#838fbf Color CSS Codes

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

#838fbf Text Font Color

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

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


#838fbf Background Color

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

This div background color is #838fbf


#838fbf Border Color

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

This div border color is #838fbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,143,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 #838fbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838fbf


Comments

No comments written yet.

Please login to write comment.