Color Hex Logo

#955eff Color Hex

#955EFF
(149,94,255)
0 Favorites   0 Comments

Color spaces of #955eff

RGB 14994255
HSL0.721.000.68
HSV260°63°100°
CMYK 0.420.630.00   0.00
XYZ34.447121.615096.9643
Yxy21.61500.22510.1413
Hunter Lab46.491950.8945-91.1118
CIE-Lab53.616156.4157-72.3909

#955eff color RGB value is (149,94,255).

#955eff hex color red value is 149, green value is 94 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #955eff hue: 0.72 , saturation: 1.00 and the lightness value of 955eff is 0.68.

The process color (four color CMYK) of #955eff color hex is 0.42, 0.63, 0.00, 0.00. Web safe color of #955eff is #9966ff. Color #955eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011110 11111111
Octal 225 136 377
Decimal 149 94 255
Hex 95 5E FF

RGB Percentages of Color #955eff

%29.92
%18.88
%51.20

CMYK Percentages of Color #955eff

%42
%63
%0
%0

Triadic Colors of #955eff

#955eff #ff955e #5eff95

Analogous Colors of #955eff

#955eff #e65eff #5e78ff

Monochromatic Colors of #955eff

#955eff

Complementary Color

#955eff #c8ff5e

#955eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#955eff Color CSS Codes

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

#955eff Text Font Color

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

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


#955eff Background Color

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

This div background color is #955eff


#955eff Border Color

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

This div border color is #955eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955eff

Related Colors


Comments

No comments written yet.

Please login to write comment.