Color Hex Logo

#954fdb Color Hex

#954FDB
(149,79,219)
0 Favorites   0 Comments

Color spaces of #954fdb

RGB 14979219
HSL0.750.660.58
HSV270°64°86°
CMYK 0.320.640.00   0.14
XYZ27.976617.096068.8432
Yxy17.09600.24560.1501
Hunter Lab41.347348.4197-69.7746
CIE-Lab48.380855.0966-60.6565

#954fdb color RGB value is (149,79,219).

#954fdb hex color red value is 149, green value is 79 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #954fdb hue: 0.75 , saturation: 0.66 and the lightness value of 954fdb is 0.58.

The process color (four color CMYK) of #954fdb color hex is 0.32, 0.64, 0.00, 0.14. Web safe color of #954fdb is #9966cc. Color #954fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01001111 11011011
Octal 225 117 333
Decimal 149 79 219
Hex 95 4F DB

RGB Percentages of Color #954fdb

%33.33
%17.67
%48.99

CMYK Percentages of Color #954fdb

%32
%64
%0
%14

Triadic Colors of #954fdb

#954fdb #db954f #4fdb95

Analogous Colors of #954fdb

#954fdb #db4fdb #4f4fdb

Monochromatic Colors of #954fdb

#954fdb

Complementary Color

#954fdb #95db4f

#954fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#954fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#954fdb Color CSS Codes

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

#954fdb Text Font Color

<p style="color:#954fdb">Text here</p>

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


#954fdb Background Color

<div style="background-color:#954fdb">
Div content here</div>

This div background color is #954fdb


#954fdb Border Color

<div style="border:3px solid #954fdb">
Div here</div>

This div border color is #954fdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,79,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #954fdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #954fdb;
  -webkit-box-shadow: 1px 1px 3px 2px #954fdb;
  box-shadow:         1px 1px 3px 2px #954fdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,79,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 #954fdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #954fdb


Comments

No comments written yet.

Please login to write comment.