Color Hex Logo

#949ade Color Hex

#949ADE
(148,154,222)
0 Favorites   0 Comments

Color spaces of #949ade

RGB 148154222
HSL0.650.530.73
HSV235°33°87°
CMYK 0.330.310.00   0.13
XYZ36.953234.681073.8537
Yxy34.68100.25400.2384
Hunter Lab58.89068.9483-33.1312
CIE-Lab65.499513.6374-35.2087

#949ade color RGB value is (148,154,222).

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

The process color (four color CMYK) of #949ade color hex is 0.33, 0.31, 0.00, 0.13. Web safe color of #949ade is #9999cc. Color #949ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011010 11011110
Octal 224 232 336
Decimal 148 154 222
Hex 94 9A DE

RGB Percentages of Color #949ade

%28.24
%29.39
%42.37

CMYK Percentages of Color #949ade

%33
%31
%0
%13

Triadic Colors of #949ade

#949ade #de949a #9ade94

Analogous Colors of #949ade

#949ade #b394de #94bfde

Monochromatic Colors of #949ade

#949ade

Complementary Color

#949ade #ded894

#949ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#949ade Color CSS Codes

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

#949ade Text Font Color

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

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


#949ade Background Color

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

This div background color is #949ade


#949ade Border Color

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

This div border color is #949ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949ade


Comments

No comments written yet.

Please login to write comment.