Color Hex Logo

#949dfb Color Hex

#949DFB
(148,157,251)
0 Favorites   0 Comments

Color spaces of #949dfb

RGB 148157251
HSL0.650.930.78
HSV235°41°98°
CMYK 0.410.370.00   0.02
XYZ41.682337.374996.2840
Yxy37.37490.23770.2132
Hunter Lab61.135014.7163-50.5837
CIE-Lab67.557419.7143-47.9032

#949dfb color RGB value is (148,157,251).

#949dfb hex color red value is 148, green value is 157 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #949dfb hue: 0.65 , saturation: 0.93 and the lightness value of 949dfb is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011101 11111011
Octal 224 235 373
Decimal 148 157 251
Hex 94 9D FB

RGB Percentages of Color #949dfb

%26.62
%28.24
%45.14

CMYK Percentages of Color #949dfb

%41
%37
%0
%2

Triadic Colors of #949dfb

#949dfb #fb949d #9dfb94

Analogous Colors of #949dfb

#949dfb #bf94fb #94d1fb

Monochromatic Colors of #949dfb

#949dfb

Complementary Color

#949dfb #fbf294

#949dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#949dfb Color CSS Codes

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

#949dfb Text Font Color

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

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


#949dfb Background Color

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

This div background color is #949dfb


#949dfb Border Color

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

This div border color is #949dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949dfb

Related Colors


Comments

No comments written yet.

Please login to write comment.