Color Hex Logo

#938adb Color Hex

#938ADB
(147,138,219)
0 Favorites   0 Comments

Color spaces of #938adb

RGB 147138219
HSL0.690.530.70
HSV247°37°86°
CMYK 0.330.370.00   0.14
XYZ33.907329.494570.9237
Yxy29.49450.25240.2196
Hunter Lab54.308816.4046-39.4126
CIE-Lab61.215621.7874-40.2396

#938adb color RGB value is (147,138,219).

#938adb hex color red value is 147, green value is 138 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #938adb hue: 0.69 , saturation: 0.53 and the lightness value of 938adb is 0.70.

The process color (four color CMYK) of #938adb color hex is 0.33, 0.37, 0.00, 0.14. Web safe color of #938adb is #9999cc. Color #938adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10001010 11011011
Octal 223 212 333
Decimal 147 138 219
Hex 93 8A DB

RGB Percentages of Color #938adb

%29.17
%27.38
%43.45

CMYK Percentages of Color #938adb

%33
%37
%0
%14

Triadic Colors of #938adb

#938adb #db938a #8adb93

Analogous Colors of #938adb

#938adb #bc8adb #8aaadb

Monochromatic Colors of #938adb

#938adb

Complementary Color

#938adb #d2db8a

#938adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#938adb Color CSS Codes

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

#938adb Text Font Color

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

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


#938adb Background Color

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

This div background color is #938adb


#938adb Border Color

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

This div border color is #938adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938adb


Comments

No comments written yet.

Please login to write comment.