Color Hex Logo

#936eee Color Hex

#936EEE
(147,110,238)
0 Favorites   0 Comments

Color spaces of #936eee

RGB 147110238
HSL0.710.790.68
HSV257°54°93°
CMYK 0.380.540.00   0.07
XYZ33.041223.528083.6888
Yxy23.52800.23560.1677
Hunter Lab48.505736.7061-68.3415
CIE-Lab55.612142.8951-59.7338

#936eee color RGB value is (147,110,238).

#936eee hex color red value is 147, green value is 110 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #936eee hue: 0.71 , saturation: 0.79 and the lightness value of 936eee is 0.68.

The process color (four color CMYK) of #936eee color hex is 0.38, 0.54, 0.00, 0.07. Web safe color of #936eee is #9966ff. Color #936eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01101110 11101110
Octal 223 156 356
Decimal 147 110 238
Hex 93 6E EE

RGB Percentages of Color #936eee

%29.70
%22.22
%48.08

CMYK Percentages of Color #936eee

%38
%54
%0
%7

Triadic Colors of #936eee

#936eee #ee936e #6eee93

Analogous Colors of #936eee

#936eee #d36eee #6e89ee

Monochromatic Colors of #936eee

#936eee

Complementary Color

#936eee #c9ee6e

#936eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#936eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#936eee Color CSS Codes

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

#936eee Text Font Color

<p style="color:#936eee">Text here</p>

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


#936eee Background Color

<div style="background-color:#936eee">
Div content here</div>

This div background color is #936eee


#936eee Border Color

<div style="border:3px solid #936eee">
Div here</div>

This div border color is #936eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #936eee


Comments

No comments written yet.

Please login to write comment.