Color Hex Logo

#946fef Color Hex

#946FEF
(148,111,239)
0 Favorites   0 Comments

Color spaces of #946fef

RGB 148111239
HSL0.710.800.69
HSV257°54°94°
CMYK 0.380.540.00   0.06
XYZ33.477223.896884.5095
Yxy23.89680.23590.1684
Hunter Lab48.884436.6935-68.2794
CIE-Lab55.984342.8302-59.6890

#946fef color RGB value is (148,111,239).

#946fef hex color red value is 148, green value is 111 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #946fef hue: 0.71 , saturation: 0.80 and the lightness value of 946fef is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01101111 11101111
Octal 224 157 357
Decimal 148 111 239
Hex 94 6F EF

RGB Percentages of Color #946fef

%29.72
%22.29
%47.99

CMYK Percentages of Color #946fef

%38
%54
%0
%6

Triadic Colors of #946fef

#946fef #ef946f #6fef94

Analogous Colors of #946fef

#946fef #d46fef #6f8aef

Monochromatic Colors of #946fef

#946fef

Complementary Color

#946fef #caef6f

#946fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#946fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#946fef Color CSS Codes

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

#946fef Text Font Color

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

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


#946fef Background Color

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

This div background color is #946fef


#946fef Border Color

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

This div border color is #946fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #946fef


Comments

No comments written yet.

Please login to write comment.