Color Hex Logo

#949edb Color Hex

#949EDB
(148,158,219)
0 Favorites   0 Comments

Color spaces of #949edb

RGB 148158219
HSL0.640.500.72
HSV232°32°86°
CMYK 0.320.280.00   0.14
XYZ37.225835.864171.9783
Yxy35.86410.25660.2472
Hunter Lab59.88666.1548-29.3405
CIE-Lab66.416010.5825-32.1285

#949edb color RGB value is (148,158,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011110 11011011
Octal 224 236 333
Decimal 148 158 219
Hex 94 9E DB

RGB Percentages of Color #949edb

%28.19
%30.10
%41.71

CMYK Percentages of Color #949edb

%32
%28
%0
%14

Triadic Colors of #949edb

#949edb #db949e #9edb94

Analogous Colors of #949edb

#949edb #ae94db #94c2db

Monochromatic Colors of #949edb

#949edb

Complementary Color

#949edb #dbd194

#949edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#949edb Color CSS Codes

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

#949edb Text Font Color

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

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


#949edb Background Color

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

This div background color is #949edb


#949edb Border Color

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

This div border color is #949edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949edb


Comments

No comments written yet.

Please login to write comment.