Color Hex Logo

#949fed Color Hex

#949FED
(148,159,237)
0 Favorites   0 Comments

Color spaces of #949fed

RGB 148159237
HSL0.650.710.75
HSV233°38°93°
CMYK 0.380.330.00   0.07
XYZ39.896937.206685.1996
Yxy37.20660.24580.2292
Hunter Lab60.997210.0077-40.1170
CIE-Lab67.431714.7526-40.4510

#949fed color RGB value is (148,159,237).

#949fed hex color red value is 148, green value is 159 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #949fed hue: 0.65 , saturation: 0.71 and the lightness value of 949fed is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011111 11101101
Octal 224 237 355
Decimal 148 159 237
Hex 94 9F ED

RGB Percentages of Color #949fed

%27.21
%29.23
%43.57

CMYK Percentages of Color #949fed

%38
%33
%0
%7

Triadic Colors of #949fed

#949fed #ed949f #9fed94

Analogous Colors of #949fed

#949fed #b694ed #94cced

Monochromatic Colors of #949fed

#949fed

Complementary Color

#949fed #ede294

#949fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#949fed Color CSS Codes

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

#949fed Text Font Color

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

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


#949fed Background Color

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

This div background color is #949fed


#949fed Border Color

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

This div border color is #949fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949fed


Comments

No comments written yet.

Please login to write comment.