Color Hex Logo

#955fdb Color Hex

#955FDB
(149,95,219)
0 Favorites   0 Comments

Color spaces of #955fdb

RGB 14995219
HSL0.740.630.62
HSV266°57°86°
CMYK 0.320.570.00   0.14
XYZ29.272819.688569.2752
Yxy19.68850.24760.1665
Hunter Lab44.371740.1090-61.5061
CIE-Lab51.483246.7835-55.6658

#955fdb color RGB value is (149,95,219).

#955fdb hex color red value is 149, green value is 95 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #955fdb hue: 0.74 , saturation: 0.63 and the lightness value of 955fdb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011111 11011011
Octal 225 137 333
Decimal 149 95 219
Hex 95 5F DB

RGB Percentages of Color #955fdb

%32.18
%20.52
%47.30

CMYK Percentages of Color #955fdb

%32
%57
%0
%14

Triadic Colors of #955fdb

#955fdb #db955f #5fdb95

Analogous Colors of #955fdb

#955fdb #d35fdb #5f67db

Monochromatic Colors of #955fdb

#955fdb

Complementary Color

#955fdb #a5db5f

#955fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#955fdb Color CSS Codes

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

#955fdb Text Font Color

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

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


#955fdb Background Color

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

This div background color is #955fdb


#955fdb Border Color

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

This div border color is #955fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955fdb


Comments

No comments written yet.

Please login to write comment.