Color Hex Logo

#938eed Color Hex

#938EED
(147,142,237)
0 Favorites   0 Comments

Color spaces of #938eed

RGB 147142237
HSL0.680.730.74
HSV243°40°93°
CMYK 0.380.400.00   0.07
XYZ36.991731.663584.2828
Yxy31.66350.24190.2070
Hunter Lab56.270318.8715-49.4165
CIE-Lab63.063824.2631-47.3185

#938eed color RGB value is (147,142,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10001110 11101101
Octal 223 216 355
Decimal 147 142 237
Hex 93 8E ED

RGB Percentages of Color #938eed

%27.95
%27.00
%45.06

CMYK Percentages of Color #938eed

%38
%40
%0
%7

Triadic Colors of #938eed

#938eed #ed938e #8eed93

Analogous Colors of #938eed

#938eed #c38eed #8eb9ed

Monochromatic Colors of #938eed

#938eed

Complementary Color

#938eed #e8ed8e

#938eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#938eed Color CSS Codes

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

#938eed Text Font Color

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

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


#938eed Background Color

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

This div background color is #938eed


#938eed Border Color

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

This div border color is #938eed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,142,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 #938eed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938eed


Comments

No comments written yet.

Please login to write comment.