Color Hex Logo

#949dda Color Hex

#949DDA
(148,157,218)
0 Favorites   0 Comments

Color spaces of #949dda

RGB 148157218
HSL0.650.490.72
HSV232°32°85°
CMYK 0.320.280.00   0.15
XYZ36.924635.471871.2303
Yxy35.47180.25710.2470
Hunter Lab59.55826.4387-29.2188
CIE-Lab66.114410.8932-32.0429

#949dda color RGB value is (148,157,218).

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

The process color (four color CMYK) of #949dda color hex is 0.32, 0.28, 0.00, 0.15. Web safe color of #949dda is #9999cc. Color #949dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011101 11011010
Octal 224 235 332
Decimal 148 157 218
Hex 94 9D DA

RGB Percentages of Color #949dda

%28.30
%30.02
%41.68

CMYK Percentages of Color #949dda

%32
%28
%0
%15

Triadic Colors of #949dda

#949dda #da949d #9dda94

Analogous Colors of #949dda

#949dda #ae94da #94c0da

Monochromatic Colors of #949dda

#949dda

Complementary Color

#949dda #dad194

#949dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#949dda Color CSS Codes

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

#949dda Text Font Color

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

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


#949dda Background Color

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

This div background color is #949dda


#949dda Border Color

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

This div border color is #949dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949dda


Comments

No comments written yet.

Please login to write comment.