Color Hex Logo

#838faf Color Hex

#838FAF
(131,143,175)
0 Favorites   0 Comments

Color spaces of #838faf

RGB 131143175
HSL0.620.220.60
HSV224°25°69°
CMYK 0.250.180.00   0.31
XYZ26.920427.565444.4592
Yxy27.56540.27210.2786
Hunter Lab52.5028-0.3553-13.4547
CIE-Lab59.49412.9552-18.2139

#838faf color RGB value is (131,143,175).

#838faf hex color red value is 131, green value is 143 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #838faf hue: 0.62 , saturation: 0.22 and the lightness value of 838faf is 0.60.

The process color (four color CMYK) of #838faf color hex is 0.25, 0.18, 0.00, 0.31. Web safe color of #838faf is #999999. Color #838faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10001111 10101111
Octal 203 217 257
Decimal 131 143 175
Hex 83 8F AF

RGB Percentages of Color #838faf

%29.18
%31.85
%38.98

CMYK Percentages of Color #838faf

%25
%18
%0
%31

Triadic Colors of #838faf

#838faf #af838f #8faf83

Analogous Colors of #838faf

#838faf #8d83af #83a5af

Monochromatic Colors of #838faf

#838faf

Complementary Color

#838faf #afa383

#838faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#838faf Color CSS Codes

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

#838faf Text Font Color

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

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


#838faf Background Color

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

This div background color is #838faf


#838faf Border Color

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

This div border color is #838faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838faf


Comments

No comments written yet.

Please login to write comment.