Color Hex Logo

#955efe Color Hex

#955EFE
(149,94,254)
0 Favorites   0 Comments

Color spaces of #955efe

RGB 14994254
HSL0.720.990.68
HSV261°63°100°
CMYK 0.410.630.00   0.00
XYZ34.286521.550796.1185
Yxy21.55070.22560.1418
Hunter Lab46.422750.5952-90.2643
CIE-Lab53.547056.1587-71.9489

#955efe color RGB value is (149,94,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011110 11111110
Octal 225 136 376
Decimal 149 94 254
Hex 95 5E FE

RGB Percentages of Color #955efe

%29.98
%18.91
%51.11

CMYK Percentages of Color #955efe

%41
%63
%0
%0

Triadic Colors of #955efe

#955efe #fe955e #5efe95

Analogous Colors of #955efe

#955efe #e55efe #5e77fe

Monochromatic Colors of #955efe

#955efe

Complementary Color

#955efe #c7fe5e

#955efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#955efe Color CSS Codes

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

#955efe Text Font Color

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

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


#955efe Background Color

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

This div background color is #955efe


#955efe Border Color

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

This div border color is #955efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955efe


Comments

No comments written yet.

Please login to write comment.