Color Hex Logo

#946eee Color Hex

#946EEE
(148,110,238)
0 Favorites   0 Comments

Color spaces of #946eee

RGB 148110238
HSL0.720.790.68
HSV258°54°93°
CMYK 0.380.540.00   0.07
XYZ33.221323.620883.6972
Yxy23.62080.23640.1681
Hunter Lab48.601236.9612-68.0837
CIE-Lab55.706143.1274-59.5778

#946eee color RGB value is (148,110,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01101110 11101110
Octal 224 156 356
Decimal 148 110 238
Hex 94 6E EE

RGB Percentages of Color #946eee

%29.84
%22.18
%47.98

CMYK Percentages of Color #946eee

%38
%54
%0
%7

Triadic Colors of #946eee

#946eee #ee946e #6eee94

Analogous Colors of #946eee

#946eee #d46eee #6e88ee

Monochromatic Colors of #946eee

#946eee

Complementary Color

#946eee #c8ee6e

#946eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#946eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#946eee Color CSS Codes

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

#946eee Text Font Color

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

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


#946eee Background Color

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

This div background color is #946eee


#946eee Border Color

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

This div border color is #946eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #946eee


Comments

No comments written yet.

Please login to write comment.