Color Hex Logo

#949ddb Color Hex

#949DDB
(148,157,219)
0 Favorites   0 Comments

Color spaces of #949ddb

RGB 148157219
HSL0.650.500.72
HSV232°32°86°
CMYK 0.320.280.00   0.14
XYZ37.055935.524371.9217
Yxy35.52430.25640.2458
Hunter Lab59.60236.6730-29.8233
CIE-Lab66.154811.1506-32.5331

#949ddb color RGB value is (148,157,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011101 11011011
Octal 224 235 333
Decimal 148 157 219
Hex 94 9D DB

RGB Percentages of Color #949ddb

%28.24
%29.96
%41.79

CMYK Percentages of Color #949ddb

%32
%28
%0
%14

Triadic Colors of #949ddb

#949ddb #db949d #9ddb94

Analogous Colors of #949ddb

#949ddb #af94db #94c1db

Monochromatic Colors of #949ddb

#949ddb

Complementary Color

#949ddb #dbd294

#949ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#949ddb Color CSS Codes

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

#949ddb Text Font Color

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

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


#949ddb Background Color

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

This div background color is #949ddb


#949ddb Border Color

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

This div border color is #949ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949ddb


Comments

No comments written yet.

Please login to write comment.