Color Hex Logo

#948dfa Color Hex

#948DFA
(148,141,250)
0 Favorites   0 Comments

Color spaces of #948dfa

RGB 148141250
HSL0.680.920.77
HSV244°44°98°
CMYK 0.410.440.00   0.02
XYZ38.992932.247894.6118
Yxy32.24780.23510.1944
Hunter Lab56.787123.1895-59.0307
CIE-Lab63.547228.6473-53.6995

#948dfa color RGB value is (148,141,250).

#948dfa hex color red value is 148, green value is 141 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #948dfa hue: 0.68 , saturation: 0.92 and the lightness value of 948dfa is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001101 11111010
Octal 224 215 372
Decimal 148 141 250
Hex 94 8D FA

RGB Percentages of Color #948dfa

%27.46
%26.16
%46.38

CMYK Percentages of Color #948dfa

%41
%44
%0
%2

Triadic Colors of #948dfa

#948dfa #fa948d #8dfa94

Analogous Colors of #948dfa

#948dfa #cb8dfa #8dbdfa

Monochromatic Colors of #948dfa

#948dfa

Complementary Color

#948dfa #f3fa8d

#948dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#948dfa Color CSS Codes

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

#948dfa Text Font Color

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

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


#948dfa Background Color

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

This div background color is #948dfa


#948dfa Border Color

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

This div border color is #948dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948dfa

Related Colors


Comments

No comments written yet.

Please login to write comment.