Color Hex Logo

#938dba Color Hex

#938DBA
(147,141,186)
0 Favorites   0 Comments

Color spaces of #938dba

RGB 147141186
HSL0.690.250.64
HSV248°24°73°
CMYK 0.210.240.00   0.27
XYZ30.420428.798050.4096
Yxy28.79800.27750.2627
Hunter Lab53.66387.2748-18.1300
CIE-Lab60.602911.8302-22.6464

#938dba color RGB value is (147,141,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10001101 10111010
Octal 223 215 272
Decimal 147 141 186
Hex 93 8D BA

RGB Percentages of Color #938dba

%31.01
%29.75
%39.24

CMYK Percentages of Color #938dba

%21
%24
%0
%27

Triadic Colors of #938dba

#938dba #ba938d #8dba93

Analogous Colors of #938dba

#938dba #aa8dba #8d9eba

Monochromatic Colors of #938dba

#938dba

Complementary Color

#938dba #b4ba8d

#938dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#938dba Color CSS Codes

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

#938dba Text Font Color

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

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


#938dba Background Color

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

This div background color is #938dba


#938dba Border Color

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

This div border color is #938dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938dba


Comments

No comments written yet.

Please login to write comment.