Color Hex Logo

#955bde Color Hex

#955BDE
(149,91,222)
0 Favorites   0 Comments

Color spaces of #955bde

RGB 14991222
HSL0.740.660.61
HSV267°59°87°
CMYK 0.330.590.00   0.13
XYZ29.320319.145771.2574
Yxy19.14570.24490.1599
Hunter Lab43.755843.0383-65.9262
CIE-Lab50.857249.6640-58.3703

#955bde color RGB value is (149,91,222).

#955bde hex color red value is 149, green value is 91 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #955bde hue: 0.74 , saturation: 0.66 and the lightness value of 955bde is 0.61.

The process color (four color CMYK) of #955bde color hex is 0.33, 0.59, 0.00, 0.13. Web safe color of #955bde is #9966cc. Color #955bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011011 11011110
Octal 225 133 336
Decimal 149 91 222
Hex 95 5B DE

RGB Percentages of Color #955bde

%32.25
%19.70
%48.05

CMYK Percentages of Color #955bde

%33
%59
%0
%13

Triadic Colors of #955bde

#955bde #de955b #5bde95

Analogous Colors of #955bde

#955bde #d75bde #5b63de

Monochromatic Colors of #955bde

#955bde

Complementary Color

#955bde #a4de5b

#955bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#955bde Color CSS Codes

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

#955bde Text Font Color

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

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


#955bde Background Color

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

This div background color is #955bde


#955bde Border Color

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

This div border color is #955bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955bde


Comments

No comments written yet.

Please login to write comment.