Color Hex Logo

#938ced Color Hex

#938CED
(147,140,237)
0 Favorites   0 Comments

Color spaces of #938ced

RGB 147140237
HSL0.680.730.74
HSV244°41°93°
CMYK 0.380.410.00   0.07
XYZ36.696831.073684.1844
Yxy31.07360.24150.2045
Hunter Lab55.743719.9574-50.5195
CIE-Lab62.569725.4200-48.0988

#938ced color RGB value is (147,140,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10001100 11101101
Octal 223 214 355
Decimal 147 140 237
Hex 93 8C ED

RGB Percentages of Color #938ced

%28.05
%26.72
%45.23

CMYK Percentages of Color #938ced

%38
%41
%0
%7

Triadic Colors of #938ced

#938ced #ed938c #8ced93

Analogous Colors of #938ced

#938ced #c48ced #8cb6ed

Monochromatic Colors of #938ced

#938ced

Complementary Color

#938ced #e6ed8c

#938ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#938ced Color CSS Codes

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

#938ced Text Font Color

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

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


#938ced Background Color

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

This div background color is #938ced


#938ced Border Color

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

This div border color is #938ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938ced


Comments

No comments written yet.

Please login to write comment.