Color Hex Logo

#949afa Color Hex

#949AFA
(148,154,250)
0 Favorites   0 Comments

Color spaces of #949afa

RGB 148154250
HSL0.660.910.78
HSV236°41°98°
CMYK 0.410.380.00   0.02
XYZ41.023736.309295.2887
Yxy36.30920.23770.2103
Hunter Lab60.257116.0748-51.5794
CIE-Lab66.755521.1592-48.6220

#949afa color RGB value is (148,154,250).

#949afa hex color red value is 148, green value is 154 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #949afa hue: 0.66 , saturation: 0.91 and the lightness value of 949afa is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011010 11111010
Octal 224 232 372
Decimal 148 154 250
Hex 94 9A FA

RGB Percentages of Color #949afa

%26.81
%27.90
%45.29

CMYK Percentages of Color #949afa

%41
%38
%0
%2

Triadic Colors of #949afa

#949afa #fa949a #9afa94

Analogous Colors of #949afa

#949afa #c194fa #94cdfa

Monochromatic Colors of #949afa

#949afa

Complementary Color

#949afa #faf494

#949afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#949afa Color CSS Codes

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

#949afa Text Font Color

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

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


#949afa Background Color

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

This div background color is #949afa


#949afa Border Color

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

This div border color is #949afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949afa


Comments

No comments written yet.

Please login to write comment.