Color Hex Logo

#938ebc Color Hex

#938EBC
(147,142,188)
0 Favorites   0 Comments

Color spaces of #938ebc

RGB 147142188
HSL0.680.260.65
HSV247°24°74°
CMYK 0.220.240.00   0.26
XYZ30.782729.179951.5868
Yxy29.17990.27600.2616
Hunter Lab54.01847.1870-18.8082
CIE-Lab60.940111.7295-23.2603

#938ebc color RGB value is (147,142,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10001110 10111100
Octal 223 216 274
Decimal 147 142 188
Hex 93 8E BC

RGB Percentages of Color #938ebc

%30.82
%29.77
%39.41

CMYK Percentages of Color #938ebc

%22
%24
%0
%26

Triadic Colors of #938ebc

#938ebc #bc938e #8ebc93

Analogous Colors of #938ebc

#938ebc #aa8ebc #8ea0bc

Monochromatic Colors of #938ebc

#938ebc

Complementary Color

#938ebc #b7bc8e

#938ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#938ebc Color CSS Codes

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

#938ebc Text Font Color

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

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


#938ebc Background Color

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

This div background color is #938ebc


#938ebc Border Color

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

This div border color is #938ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938ebc


Comments

No comments written yet.

Please login to write comment.