Color Hex Logo

#949dfc Color Hex

#949DFC
(148,157,252)
0 Favorites   0 Comments

Color spaces of #949dfc

RGB 148157252
HSL0.650.950.78
HSV235°41°99°
CMYK 0.410.380.00   0.01
XYZ41.840437.438197.1165
Yxy37.43810.23720.2122
Hunter Lab61.186714.9844-51.2754
CIE-Lab67.604419.9911-48.3738

#949dfc color RGB value is (148,157,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011101 11111100
Octal 224 235 374
Decimal 148 157 252
Hex 94 9D FC

RGB Percentages of Color #949dfc

%26.57
%28.19
%45.24

CMYK Percentages of Color #949dfc

%41
%38
%0
%1

Triadic Colors of #949dfc

#949dfc #fc949d #9dfc94

Analogous Colors of #949dfc

#949dfc #bf94fc #94d1fc

Monochromatic Colors of #949dfc

#949dfc

Complementary Color

#949dfc #fcf394

#949dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#949dfc Color CSS Codes

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

#949dfc Text Font Color

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

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


#949dfc Background Color

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

This div background color is #949dfc


#949dfc Border Color

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

This div border color is #949dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.