Color Hex Logo

#946ffe Color Hex

#946FFE
(148,111,254)
0 Favorites   0 Comments

Color spaces of #946ffe

RGB 148111254
HSL0.710.990.72
HSV256°56°100°
CMYK 0.420.560.00   0.00
XYZ35.786624.820596.6706
Yxy24.82050.22750.1578
Hunter Lab49.820241.0340-80.1716
CIE-Lab56.900146.8226-66.5344

#946ffe color RGB value is (148,111,254).

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

The process color (four color CMYK) of #946ffe color hex is 0.42, 0.56, 0.00, 0.00. Web safe color of #946ffe is #9966ff. Color #946ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01101111 11111110
Octal 224 157 376
Decimal 148 111 254
Hex 94 6F FE

RGB Percentages of Color #946ffe

%28.85
%21.64
%49.51

CMYK Percentages of Color #946ffe

%42
%56
%0
%0

Triadic Colors of #946ffe

#946ffe #fe946f #6ffe94

Analogous Colors of #946ffe

#946ffe #dc6ffe #6f92fe

Monochromatic Colors of #946ffe

#946ffe

Complementary Color

#946ffe #d9fe6f

#946ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#946ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#946ffe Color CSS Codes

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

#946ffe Text Font Color

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

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


#946ffe Background Color

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

This div background color is #946ffe


#946ffe Border Color

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

This div border color is #946ffe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,111,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #946ffe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #946ffe


Comments

No comments written yet.

Please login to write comment.