Color Hex Logo

#946dfa Color Hex

#946DFA
(148,109,250)
0 Favorites   0 Comments

Color spaces of #946dfa

RGB 148109250
HSL0.710.930.70
HSV257°56°98°
CMYK 0.410.560.00   0.02
XYZ34.936724.135393.2597
Yxy24.13530.22930.1584
Hunter Lab49.127740.9652-78.1616
CIE-Lab56.223046.8601-65.4139

#946dfa color RGB value is (148,109,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01101101 11111010
Octal 224 155 372
Decimal 148 109 250
Hex 94 6D FA

RGB Percentages of Color #946dfa

%29.19
%21.50
%49.31

CMYK Percentages of Color #946dfa

%41
%56
%0
%2

Triadic Colors of #946dfa

#946dfa #fa946d #6dfa94

Analogous Colors of #946dfa

#946dfa #db6dfa #6d8dfa

Monochromatic Colors of #946dfa

#946dfa

Complementary Color

#946dfa #d3fa6d

#946dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#946dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#946dfa Color CSS Codes

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

#946dfa Text Font Color

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

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


#946dfa Background Color

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

This div background color is #946dfa


#946dfa Border Color

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

This div border color is #946dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #946dfa


Comments

No comments written yet.

Please login to write comment.