Color Hex Logo

#949cfd Color Hex

#949CFD
(148,156,253)
0 Favorites   0 Comments

Color spaces of #949cfd

RGB 148156253
HSL0.650.960.79
HSV235°42°99°
CMYK 0.420.380.00   0.01
XYZ41.830837.164797.8973
Yxy37.16470.23650.2101
Hunter Lab60.962915.7961-52.5369
CIE-Lab67.400420.8414-49.2401

#949cfd color RGB value is (148,156,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011100 11111101
Octal 224 234 375
Decimal 148 156 253
Hex 94 9C FD

RGB Percentages of Color #949cfd

%26.57
%28.01
%45.42

CMYK Percentages of Color #949cfd

%42
%38
%0
%1

Triadic Colors of #949cfd

#949cfd #fd949c #9cfd94

Analogous Colors of #949cfd

#949cfd #c194fd #94d1fd

Monochromatic Colors of #949cfd

#949cfd

Complementary Color

#949cfd #fdf594

#949cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#949cfd Color CSS Codes

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

#949cfd Text Font Color

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

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


#949cfd Background Color

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

This div background color is #949cfd


#949cfd Border Color

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

This div border color is #949cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949cfd

Related Colors


Comments

No comments written yet.

Please login to write comment.