Color Hex Logo

#949cdb Color Hex

#949CDB
(148,156,219)
0 Favorites   0 Comments

Color spaces of #949cdb

RGB 148156219
HSL0.650.500.72
HSV233°32°86°
CMYK 0.320.290.00   0.14
XYZ36.887435.187371.8655
Yxy35.18730.25630.2445
Hunter Lab59.31897.1920-30.3073
CIE-Lab65.894211.7195-32.9370

#949cdb color RGB value is (148,156,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011100 11011011
Octal 224 234 333
Decimal 148 156 219
Hex 94 9C DB

RGB Percentages of Color #949cdb

%28.30
%29.83
%41.87

CMYK Percentages of Color #949cdb

%32
%29
%0
%14

Triadic Colors of #949cdb

#949cdb #db949c #9cdb94

Analogous Colors of #949cdb

#949cdb #b094db #94c0db

Monochromatic Colors of #949cdb

#949cdb

Complementary Color

#949cdb #dbd394

#949cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#949cdb Color CSS Codes

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

#949cdb Text Font Color

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

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


#949cdb Background Color

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

This div background color is #949cdb


#949cdb Border Color

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

This div border color is #949cdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,156,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 #949cdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949cdb


Comments

No comments written yet.

Please login to write comment.