Color Hex Logo

#955bce Color Hex

#955BCE
(149,91,206)
0 Favorites   0 Comments

Color spaces of #955bce

RGB 14991206
HSL0.750.540.58
HSV270°56°81°
CMYK 0.280.560.00   0.19
XYZ27.276118.328060.4926
Yxy18.32800.25710.1727
Hunter Lab42.811238.8072-53.8094
CIE-Lab49.891545.7852-50.8099

#955bce color RGB value is (149,91,206).

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

The process color (four color CMYK) of #955bce color hex is 0.28, 0.56, 0.00, 0.19. Web safe color of #955bce is #9966cc. Color #955bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011011 11001110
Octal 225 133 316
Decimal 149 91 206
Hex 95 5B CE

RGB Percentages of Color #955bce

%33.41
%20.40
%46.19

CMYK Percentages of Color #955bce

%28
%56
%0
%19

Triadic Colors of #955bce

#955bce #ce955b #5bce95

Analogous Colors of #955bce

#955bce #ce5bce #5c5bce

Monochromatic Colors of #955bce

#955bce

Complementary Color

#955bce #94ce5b

#955bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#955bce Color CSS Codes

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

#955bce Text Font Color

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

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


#955bce Background Color

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

This div background color is #955bce


#955bce Border Color

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

This div border color is #955bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955bce


Comments

No comments written yet.

Please login to write comment.