Color Hex Logo

#949ad4 Color Hex

#949AD4
(148,154,212)
0 Favorites   0 Comments

Color spaces of #949ad4

RGB 148154212
HSL0.650.430.71
HSV234°30°83°
CMYK 0.300.270.00   0.17
XYZ35.652034.160667.0019
Yxy34.16060.26060.2497
Hunter Lab58.44716.6005-27.0553
CIE-Lab65.089811.0688-30.3035

#949ad4 color RGB value is (148,154,212).

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

The process color (four color CMYK) of #949ad4 color hex is 0.30, 0.27, 0.00, 0.17. Web safe color of #949ad4 is #9999cc. Color #949ad4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011010 11010100
Octal 224 232 324
Decimal 148 154 212
Hex 94 9A D4

RGB Percentages of Color #949ad4

%28.79
%29.96
%41.25

CMYK Percentages of Color #949ad4

%30
%27
%0
%17

Triadic Colors of #949ad4

#949ad4 #d4949a #9ad494

Analogous Colors of #949ad4

#949ad4 #ae94d4 #94bad4

Monochromatic Colors of #949ad4

#949ad4

Complementary Color

#949ad4 #d4ce94

#949ad4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949ad4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#949ad4 Color CSS Codes

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

#949ad4 Text Font Color

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

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


#949ad4 Background Color

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

This div background color is #949ad4


#949ad4 Border Color

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

This div border color is #949ad4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949ad4


Comments

No comments written yet.

Please login to write comment.