Color Hex Logo

#955bcb Color Hex

#955BCB
(149,91,203)
0 Favorites   0 Comments

Color spaces of #955bcb

RGB 14991203
HSL0.750.520.58
HSV271°55°80°
CMYK 0.270.550.00   0.20
XYZ26.915018.183558.5911
Yxy18.18350.25960.1754
Hunter Lab42.642138.0426-51.6161
CIE-Lab49.717945.0717-49.3681

#955bcb color RGB value is (149,91,203).

#955bcb hex color red value is 149, green value is 91 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #955bcb hue: 0.75 , saturation: 0.52 and the lightness value of 955bcb is 0.58.

The process color (four color CMYK) of #955bcb color hex is 0.27, 0.55, 0.00, 0.20. Web safe color of #955bcb is #9966cc. Color #955bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011011 11001011
Octal 225 133 313
Decimal 149 91 203
Hex 95 5B CB

RGB Percentages of Color #955bcb

%33.63
%20.54
%45.82

CMYK Percentages of Color #955bcb

%27
%55
%0
%20

Triadic Colors of #955bcb

#955bcb #cb955b #5bcb95

Analogous Colors of #955bcb

#955bcb #cb5bc9 #5d5bcb

Monochromatic Colors of #955bcb

#955bcb

Complementary Color

#955bcb #91cb5b

#955bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#955bcb Color CSS Codes

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

#955bcb Text Font Color

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

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


#955bcb Background Color

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

This div background color is #955bcb


#955bcb Border Color

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

This div border color is #955bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955bcb


Comments

No comments written yet.

Please login to write comment.