Color Hex Logo

#937eef Color Hex

#937EEF
(147,126,239)
0 Favorites   0 Comments

Color spaces of #937eef

RGB 147126239
HSL0.700.780.72
HSV251°47°94°
CMYK 0.380.470.00   0.06
XYZ35.073527.356785.0932
Yxy27.35670.23770.1854
Hunter Lab52.303628.1663-59.8468
CIE-Lab59.303034.0509-54.3892

#937eef color RGB value is (147,126,239).

#937eef hex color red value is 147, green value is 126 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #937eef hue: 0.70 , saturation: 0.78 and the lightness value of 937eef is 0.72.

The process color (four color CMYK) of #937eef color hex is 0.38, 0.47, 0.00, 0.06. Web safe color of #937eef is #9966ff. Color #937eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01111110 11101111
Octal 223 176 357
Decimal 147 126 239
Hex 93 7E EF

RGB Percentages of Color #937eef

%28.71
%24.61
%46.68

CMYK Percentages of Color #937eef

%38
%47
%0
%6

Triadic Colors of #937eef

#937eef #ef937e #7eef93

Analogous Colors of #937eef

#937eef #cc7eef #7ea2ef

Monochromatic Colors of #937eef

#937eef

Complementary Color

#937eef #daef7e

#937eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#937eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#937eef Color CSS Codes

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

#937eef Text Font Color

<p style="color:#937eef">Text here</p>

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


#937eef Background Color

<div style="background-color:#937eef">
Div content here</div>

This div background color is #937eef


#937eef Border Color

<div style="border:3px solid #937eef">
Div here</div>

This div border color is #937eef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,126,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #937eef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #937eef;
  -webkit-box-shadow: 1px 1px 3px 2px #937eef;
  box-shadow:         1px 1px 3px 2px #937eef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #937eef


Comments

No comments written yet.

Please login to write comment.