Color Hex Logo

#955cfe Color Hex

#955CFE
(149,92,254)
0 Favorites   0 Comments

Color spaces of #955cfe

RGB 14992254
HSL0.730.990.68
HSV261°64°100°
CMYK 0.410.640.00   0.00
XYZ34.111021.199696.0600
Yxy21.19960.22530.1401
Hunter Lab46.043051.6665-91.4672
CIE-Lab53.167357.1872-72.5648

#955cfe color RGB value is (149,92,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011100 11111110
Octal 225 134 376
Decimal 149 92 254
Hex 95 5C FE

RGB Percentages of Color #955cfe

%30.10
%18.59
%51.31

CMYK Percentages of Color #955cfe

%41
%64
%0
%0

Triadic Colors of #955cfe

#955cfe #fe955c #5cfe95

Analogous Colors of #955cfe

#955cfe #e65cfe #5c74fe

Monochromatic Colors of #955cfe

#955cfe

Complementary Color

#955cfe #c5fe5c

#955cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#955cfe Color CSS Codes

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

#955cfe Text Font Color

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

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


#955cfe Background Color

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

This div background color is #955cfe


#955cfe Border Color

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

This div border color is #955cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955cfe


Comments

No comments written yet.

Please login to write comment.