Color Hex Logo

#955efb Color Hex

#955EFB
(149,94,251)
0 Favorites   0 Comments

Color spaces of #955efb

RGB 14994251
HSL0.730.950.68
HSV261°63°98°
CMYK 0.410.630.00   0.02
XYZ33.809721.360093.6077
Yxy21.36000.22730.1436
Hunter Lab46.216949.7011-87.7342
CIE-Lab53.341355.3879-70.6184

#955efb color RGB value is (149,94,251).

#955efb hex color red value is 149, green value is 94 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #955efb hue: 0.73 , saturation: 0.95 and the lightness value of 955efb is 0.68.

The process color (four color CMYK) of #955efb color hex is 0.41, 0.63, 0.00, 0.02. Web safe color of #955efb is #9966ff. Color #955efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011110 11111011
Octal 225 136 373
Decimal 149 94 251
Hex 95 5E FB

RGB Percentages of Color #955efb

%30.16
%19.03
%50.81

CMYK Percentages of Color #955efb

%41
%63
%0
%2

Triadic Colors of #955efb

#955efb #fb955e #5efb95

Analogous Colors of #955efb

#955efb #e45efb #5e76fb

Monochromatic Colors of #955efb

#955efb

Complementary Color

#955efb #c4fb5e

#955efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#955efb Color CSS Codes

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

#955efb Text Font Color

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

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


#955efb Background Color

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

This div background color is #955efb


#955efb Border Color

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

This div border color is #955efb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,94,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955efb

Related Colors


Comments

No comments written yet.

Please login to write comment.