Color Hex Logo

#939faf Color Hex

#939FAF
(147,159,175)
0 Favorites   0 Comments

Color spaces of #939faf

RGB 147159175
HSL0.600.150.63
HSV214°16°69°
CMYK 0.160.090.00   0.31
XYZ32.168634.094545.4429
Yxy34.09450.28800.3052
Hunter Lab58.3905-3.8438-5.2696
CIE-Lab65.0375-0.8543-9.7426

#939faf color RGB value is (147,159,175).

#939faf hex color red value is 147, green value is 159 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #939faf hue: 0.60 , saturation: 0.15 and the lightness value of 939faf is 0.63.

The process color (four color CMYK) of #939faf color hex is 0.16, 0.09, 0.00, 0.31. Web safe color of #939faf is #999999. Color #939faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10011111 10101111
Octal 223 237 257
Decimal 147 159 175
Hex 93 9F AF

RGB Percentages of Color #939faf

%30.56
%33.06
%36.38

CMYK Percentages of Color #939faf

%16
%9
%0
%31

Triadic Colors of #939faf

#939faf #af939f #9faf93

Analogous Colors of #939faf

#939faf #9593af #93adaf

Monochromatic Colors of #939faf

#939faf

Complementary Color

#939faf #afa393

#939faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#939faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#939faf Color CSS Codes

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

#939faf Text Font Color

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

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


#939faf Background Color

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

This div background color is #939faf


#939faf Border Color

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

This div border color is #939faf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,159,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 #939faf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #939faf


Comments

No comments written yet.

Please login to write comment.