Color Hex Logo

#946eed Color Hex

#946EED
(148,110,237)
0 Favorites   0 Comments

Color spaces of #946eed

RGB 148110237
HSL0.720.780.68
HSV258°54°93°
CMYK 0.380.540.00   0.07
XYZ33.074723.562282.9255
Yxy23.56220.23700.1688
Hunter Lab48.540936.6793-67.3102
CIE-Lab55.646842.8643-59.1153

#946eed color RGB value is (148,110,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01101110 11101101
Octal 224 156 355
Decimal 148 110 237
Hex 94 6E ED

RGB Percentages of Color #946eed

%29.90
%22.22
%47.88

CMYK Percentages of Color #946eed

%38
%54
%0
%7

Triadic Colors of #946eed

#946eed #ed946e #6eed94

Analogous Colors of #946eed

#946eed #d46eed #6e88ed

Monochromatic Colors of #946eed

#946eed

Complementary Color

#946eed #c7ed6e

#946eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#946eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#946eed Color CSS Codes

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

#946eed Text Font Color

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

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


#946eed Background Color

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

This div background color is #946eed


#946eed Border Color

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

This div border color is #946eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #946eed


Comments

No comments written yet.

Please login to write comment.