Color Hex Logo

#955dde Color Hex

#955DDE
(149,93,222)
0 Favorites   0 Comments

Color spaces of #955dde

RGB 14993222
HSL0.740.660.62
HSV266°58°87°
CMYK 0.330.580.00   0.13
XYZ29.493619.492271.3151
Yxy19.49220.24520.1620
Hunter Lab44.150041.9813-64.8657
CIE-Lab51.258248.6002-57.7259

#955dde color RGB value is (149,93,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011101 11011110
Octal 225 135 336
Decimal 149 93 222
Hex 95 5D DE

RGB Percentages of Color #955dde

%32.11
%20.04
%47.84

CMYK Percentages of Color #955dde

%33
%58
%0
%13

Triadic Colors of #955dde

#955dde #de955d #5dde95

Analogous Colors of #955dde

#955dde #d65dde #5d66de

Monochromatic Colors of #955dde

#955dde

Complementary Color

#955dde #a6de5d

#955dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#955dde Color CSS Codes

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

#955dde Text Font Color

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

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


#955dde Background Color

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

This div background color is #955dde


#955dde Border Color

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

This div border color is #955dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955dde


Comments

No comments written yet.

Please login to write comment.