Color Hex Logo

#955fde Color Hex

#955FDE
(149,95,222)
0 Favorites   0 Comments

Color spaces of #955fde

RGB 14995222
HSL0.740.660.62
HSV266°57°87°
CMYK 0.330.570.00   0.13
XYZ29.671519.847971.3744
Yxy19.84790.24540.1642
Hunter Lab44.551040.9190-63.8019
CIE-Lab51.664847.5267-57.0729

#955fde color RGB value is (149,95,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011111 11011110
Octal 225 137 336
Decimal 149 95 222
Hex 95 5F DE

RGB Percentages of Color #955fde

%31.97
%20.39
%47.64

CMYK Percentages of Color #955fde

%33
%57
%0
%13

Triadic Colors of #955fde

#955fde #de955f #5fde95

Analogous Colors of #955fde

#955fde #d55fde #5f69de

Monochromatic Colors of #955fde

#955fde

Complementary Color

#955fde #a8de5f

#955fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#955fde Color CSS Codes

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

#955fde Text Font Color

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

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


#955fde Background Color

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

This div background color is #955fde


#955fde Border Color

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

This div border color is #955fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955fde


Comments

No comments written yet.

Please login to write comment.