Color Hex Logo

#949bef Color Hex

#949BEF
(148,155,239)
0 Favorites   0 Comments

Color spaces of #949bef

RGB 148155239
HSL0.650.740.76
HSV235°38°94°
CMYK 0.380.350.00   0.06
XYZ39.514135.970686.5218
Yxy35.97060.24390.2220
Hunter Lab59.975512.6454-43.5500
CIE-Lab66.497517.5785-43.0103

#949bef color RGB value is (148,155,239).

#949bef hex color red value is 148, green value is 155 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #949bef hue: 0.65 , saturation: 0.74 and the lightness value of 949bef is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011011 11101111
Octal 224 233 357
Decimal 148 155 239
Hex 94 9B EF

RGB Percentages of Color #949bef

%27.31
%28.60
%44.10

CMYK Percentages of Color #949bef

%38
%35
%0
%6

Triadic Colors of #949bef

#949bef #ef949b #9bef94

Analogous Colors of #949bef

#949bef #bb94ef #94c9ef

Monochromatic Colors of #949bef

#949bef

Complementary Color

#949bef #efe894

#949bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#949bef Color CSS Codes

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

#949bef Text Font Color

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

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


#949bef Background Color

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

This div background color is #949bef


#949bef Border Color

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

This div border color is #949bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949bef


Comments

No comments written yet.

Please login to write comment.