Color Hex Logo

#938eaf Color Hex

#938EAF
(147,142,175)
0 Favorites   0 Comments

Color spaces of #938eaf

RGB 147142175
HSL0.690.170.62
HSV249°19°69°
CMYK 0.160.190.00   0.31
XYZ29.443528.644244.5345
Yxy28.64420.28690.2791
Hunter Lab53.52034.5390-11.8713
CIE-Lab60.46638.7181-16.6213

#938eaf color RGB value is (147,142,175).

#938eaf hex color red value is 147, green value is 142 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #938eaf hue: 0.69 , saturation: 0.17 and the lightness value of 938eaf is 0.62.

The process color (four color CMYK) of #938eaf color hex is 0.16, 0.19, 0.00, 0.31. Web safe color of #938eaf is #999999. Color #938eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10001110 10101111
Octal 223 216 257
Decimal 147 142 175
Hex 93 8E AF

RGB Percentages of Color #938eaf

%31.68
%30.60
%37.72

CMYK Percentages of Color #938eaf

%16
%19
%0
%31

Triadic Colors of #938eaf

#938eaf #af938e #8eaf93

Analogous Colors of #938eaf

#938eaf #a48eaf #8e9aaf

Monochromatic Colors of #938eaf

#938eaf

Complementary Color

#938eaf #aaaf8e

#938eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#938eaf Color CSS Codes

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

#938eaf Text Font Color

<p style="color:#938eaf">Text here</p>

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


#938eaf Background Color

<div style="background-color:#938eaf">
Div content here</div>

This div background color is #938eaf


#938eaf Border Color

<div style="border:3px solid #938eaf">
Div here</div>

This div border color is #938eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938eaf


Comments

No comments written yet.

Please login to write comment.