Color Hex Logo

#949efd Color Hex

#949EFD
(148,158,253)
0 Favorites   0 Comments

Color spaces of #949efd

RGB 148158253
HSL0.650.960.79
HSV234°42°99°
CMYK 0.420.380.00   0.01
XYZ42.169237.841598.0101
Yxy37.84150.23690.2126
Hunter Lab61.515414.7108-51.4036
CIE-Lab67.903619.6952-48.4466

#949efd color RGB value is (148,158,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011110 11111101
Octal 224 236 375
Decimal 148 158 253
Hex 94 9E FD

RGB Percentages of Color #949efd

%26.48
%28.26
%45.26

CMYK Percentages of Color #949efd

%42
%38
%0
%1

Triadic Colors of #949efd

#949efd #fd949e #9efd94

Analogous Colors of #949efd

#949efd #bf94fd #94d3fd

Monochromatic Colors of #949efd

#949efd

Complementary Color

#949efd #fdf394

#949efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#949efd Color CSS Codes

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

#949efd Text Font Color

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

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


#949efd Background Color

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

This div background color is #949efd


#949efd Border Color

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

This div border color is #949efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949efd


Comments

No comments written yet.

Please login to write comment.