Color Hex Logo

#946cee Color Hex

#946CEE
(148,108,238)
0 Favorites   0 Comments

Color spaces of #946cee

RGB 148108238
HSL0.720.790.68
HSV258°55°93°
CMYK 0.380.550.00   0.07
XYZ33.007923.194183.6261
Yxy23.19410.23610.1659
Hunter Lab48.160338.0592-69.2398
CIE-Lab55.271744.2441-60.2749

#946cee color RGB value is (148,108,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01101100 11101110
Octal 224 154 356
Decimal 148 108 238
Hex 94 6C EE

RGB Percentages of Color #946cee

%29.96
%21.86
%48.18

CMYK Percentages of Color #946cee

%38
%55
%0
%7

Triadic Colors of #946cee

#946cee #ee946c #6cee94

Analogous Colors of #946cee

#946cee #d56cee #6c85ee

Monochromatic Colors of #946cee

#946cee

Complementary Color

#946cee #c6ee6c

#946cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#946cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#946cee Color CSS Codes

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

#946cee Text Font Color

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

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


#946cee Background Color

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

This div background color is #946cee


#946cee Border Color

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

This div border color is #946cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #946cee


Comments

No comments written yet.

Please login to write comment.