Color Hex Logo

#946cfb Color Hex

#946CFB
(148,108,251)
0 Favorites   0 Comments

Color spaces of #946cfb

RGB 148108251
HSL0.710.950.70
HSV257°57°98°
CMYK 0.410.570.00   0.02
XYZ34.987923.986194.0525
Yxy23.98610.22860.1567
Hunter Lab48.975641.8121-79.5773
CIE-Lab56.073947.6777-66.2077

#946cfb color RGB value is (148,108,251).

#946cfb hex color red value is 148, green value is 108 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #946cfb hue: 0.71 , saturation: 0.95 and the lightness value of 946cfb is 0.70.

The process color (four color CMYK) of #946cfb color hex is 0.41, 0.57, 0.00, 0.02. Web safe color of #946cfb is #9966ff. Color #946cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01101100 11111011
Octal 224 154 373
Decimal 148 108 251
Hex 94 6C FB

RGB Percentages of Color #946cfb

%29.19
%21.30
%49.51

CMYK Percentages of Color #946cfb

%41
%57
%0
%2

Triadic Colors of #946cfb

#946cfb #fb946c #6cfb94

Analogous Colors of #946cfb

#946cfb #dc6cfb #6c8cfb

Monochromatic Colors of #946cfb

#946cfb

Complementary Color

#946cfb #d3fb6c

#946cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#946cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#946cfb Color CSS Codes

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

#946cfb Text Font Color

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

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


#946cfb Background Color

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

This div background color is #946cfb


#946cfb Border Color

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

This div border color is #946cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #946cfb

Related Colors


Comments

No comments written yet.

Please login to write comment.