Color Hex Logo

#938ebb Color Hex

#938EBB
(147,142,187)
0 Favorites   0 Comments

Color spaces of #938ebb

RGB 147142187
HSL0.690.250.65
HSV247°24°73°
CMYK 0.210.240.00   0.27
XYZ30.675329.136951.0209
Yxy29.13690.27680.2629
Hunter Lab53.97866.9765-18.2562
CIE-Lab60.902311.4926-22.7532

#938ebb color RGB value is (147,142,187).

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

The process color (four color CMYK) of #938ebb color hex is 0.21, 0.24, 0.00, 0.27. Web safe color of #938ebb is #9999cc. Color #938ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10001110 10111011
Octal 223 216 273
Decimal 147 142 187
Hex 93 8E BB

RGB Percentages of Color #938ebb

%30.88
%29.83
%39.29

CMYK Percentages of Color #938ebb

%21
%24
%0
%27

Triadic Colors of #938ebb

#938ebb #bb938e #8ebb93

Analogous Colors of #938ebb

#938ebb #aa8ebb #8ea0bb

Monochromatic Colors of #938ebb

#938ebb

Complementary Color

#938ebb #b6bb8e

#938ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#938ebb Color CSS Codes

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

#938ebb Text Font Color

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

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


#938ebb Background Color

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

This div background color is #938ebb


#938ebb Border Color

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

This div border color is #938ebb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,142,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938ebb


Comments

No comments written yet.

Please login to write comment.