Color Hex Logo

#955ece Color Hex

#955ECE
(149,94,206)
0 Favorites   0 Comments

Color spaces of #955ece

RGB 14994206
HSL0.750.530.59
HSV269°54°81°
CMYK 0.280.540.00   0.19
XYZ27.537718.851260.5798
Yxy18.85120.25740.1762
Hunter Lab43.418037.2316-52.3330
CIE-Lab50.512744.1590-49.8180

#955ece color RGB value is (149,94,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011110 11001110
Octal 225 136 316
Decimal 149 94 206
Hex 95 5E CE

RGB Percentages of Color #955ece

%33.18
%20.94
%45.88

CMYK Percentages of Color #955ece

%28
%54
%0
%19

Triadic Colors of #955ece

#955ece #ce955e #5ece95

Analogous Colors of #955ece

#955ece #cd5ece #5e5fce

Monochromatic Colors of #955ece

#955ece

Complementary Color

#955ece #97ce5e

#955ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#955ece Color CSS Codes

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

#955ece Text Font Color

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

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


#955ece Background Color

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

This div background color is #955ece


#955ece Border Color

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

This div border color is #955ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955ece


Comments

No comments written yet.

Please login to write comment.