Color Hex Logo

#955cfb Color Hex

#955CFB
(149,92,251)
0 Favorites   0 Comments

Color spaces of #955cfb

RGB 14992251
HSL0.730.950.67
HSV262°63°98°
CMYK 0.410.630.00   0.02
XYZ33.634221.008993.5492
Yxy21.00890.22700.1418
Hunter Lab45.835550.7718-88.9248
CIE-Lab52.959256.4205-71.2374

#955cfb color RGB value is (149,92,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011100 11111011
Octal 225 134 373
Decimal 149 92 251
Hex 95 5C FB

RGB Percentages of Color #955cfb

%30.28
%18.70
%51.02

CMYK Percentages of Color #955cfb

%41
%63
%0
%2

Triadic Colors of #955cfb

#955cfb #fb955c #5cfb95

Analogous Colors of #955cfb

#955cfb #e55cfb #5c73fb

Monochromatic Colors of #955cfb

#955cfb

Complementary Color

#955cfb #c2fb5c

#955cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#955cfb Color CSS Codes

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

#955cfb Text Font Color

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

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


#955cfb Background Color

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

This div background color is #955cfb


#955cfb Border Color

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

This div border color is #955cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955cfb


Comments

No comments written yet.

Please login to write comment.