Color Hex Logo

#938dee Color Hex

#938DEE
(147,141,238)
0 Favorites   0 Comments

Color spaces of #938dee

RGB 147141238
HSL0.680.740.74
HSV244°41°93°
CMYK 0.380.410.00   0.07
XYZ36.990131.425885.0051
Yxy31.42580.24110.2048
Hunter Lab56.058719.6797-50.6638
CIE-Lab62.865425.1127-48.1835

#938dee color RGB value is (147,141,238).

#938dee hex color red value is 147, green value is 141 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #938dee hue: 0.68 , saturation: 0.74 and the lightness value of 938dee is 0.74.

The process color (four color CMYK) of #938dee color hex is 0.38, 0.41, 0.00, 0.07. Web safe color of #938dee is #9999ff. Color #938dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10001101 11101110
Octal 223 215 356
Decimal 147 141 238
Hex 93 8D EE

RGB Percentages of Color #938dee

%27.95
%26.81
%45.25

CMYK Percentages of Color #938dee

%38
%41
%0
%7

Triadic Colors of #938dee

#938dee #ee938d #8dee93

Analogous Colors of #938dee

#938dee #c48dee #8db8ee

Monochromatic Colors of #938dee

#938dee

Complementary Color

#938dee #e8ee8d

#938dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#938dee Color CSS Codes

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

#938dee Text Font Color

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

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


#938dee Background Color

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

This div background color is #938dee


#938dee Border Color

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

This div border color is #938dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938dee


Comments

No comments written yet.

Please login to write comment.