Color Hex Logo

#948afa Color Hex

#948AFA
(148,138,250)
0 Favorites   0 Comments

Color spaces of #948afa

RGB 148138250
HSL0.680.920.76
HSV245°45°98°
CMYK 0.410.450.00   0.02
XYZ38.556531.375094.4663
Yxy31.37500.23450.1908
Hunter Lab56.013424.8460-60.7829
CIE-Lab62.822930.3778-54.8503

#948afa color RGB value is (148,138,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001010 11111010
Octal 224 212 372
Decimal 148 138 250
Hex 94 8A FA

RGB Percentages of Color #948afa

%27.61
%25.75
%46.64

CMYK Percentages of Color #948afa

%41
%45
%0
%2

Triadic Colors of #948afa

#948afa #fa948a #8afa94

Analogous Colors of #948afa

#948afa #cc8afa #8ab8fa

Monochromatic Colors of #948afa

#948afa

Complementary Color

#948afa #f0fa8a

#948afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#948afa Color CSS Codes

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

#948afa Text Font Color

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

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


#948afa Background Color

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

This div background color is #948afa


#948afa Border Color

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

This div border color is #948afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948afa


Comments

No comments written yet.

Please login to write comment.