Color Hex Logo

#949afd Color Hex

#949AFD
(148,154,253)
0 Favorites   0 Comments

Color spaces of #949afd

RGB 148154253
HSL0.660.960.79
HSV237°42°99°
CMYK 0.420.390.00   0.01
XYZ41.498036.499097.7863
Yxy36.49900.23610.2076
Hunter Lab60.414416.8845-53.6763
CIE-Lab66.899421.9894-50.0308

#949afd color RGB value is (148,154,253).

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

The process color (four color CMYK) of #949afd color hex is 0.42, 0.39, 0.00, 0.01. Web safe color of #949afd is #9999ff. Color #949afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011010 11111101
Octal 224 232 375
Decimal 148 154 253
Hex 94 9A FD

RGB Percentages of Color #949afd

%26.67
%27.75
%45.59

CMYK Percentages of Color #949afd

%42
%39
%0
%1

Triadic Colors of #949afd

#949afd #fd949a #9afd94

Analogous Colors of #949afd

#949afd #c394fd #94cffd

Monochromatic Colors of #949afd

#949afd

Complementary Color

#949afd #fdf794

#949afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#949afd Color CSS Codes

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

#949afd Text Font Color

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

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


#949afd Background Color

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

This div background color is #949afd


#949afd Border Color

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

This div border color is #949afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949afd


Comments

No comments written yet.

Please login to write comment.