Color Hex Logo

#955ffb Color Hex

#955FFB
(149,95,251)
0 Favorites   0 Comments

Color spaces of #955ffb

RGB 14995251
HSL0.720.950.68
HSV261°62°98°
CMYK 0.410.620.00   0.02
XYZ33.899221.539093.6375
Yxy21.53900.22740.1445
Hunter Lab46.410149.1635-87.1370
CIE-Lab53.534454.8677-70.3055

#955ffb color RGB value is (149,95,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011111 11111011
Octal 225 137 373
Decimal 149 95 251
Hex 95 5F FB

RGB Percentages of Color #955ffb

%30.10
%19.19
%50.71

CMYK Percentages of Color #955ffb

%41
%62
%0
%2

Triadic Colors of #955ffb

#955ffb #fb955f #5ffb95

Analogous Colors of #955ffb

#955ffb #e35ffb #5f77fb

Monochromatic Colors of #955ffb

#955ffb

Complementary Color

#955ffb #c5fb5f

#955ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#955ffb Color CSS Codes

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

#955ffb Text Font Color

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

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


#955ffb Background Color

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

This div background color is #955ffb


#955ffb Border Color

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

This div border color is #955ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.