Color Hex Logo

#954cff Color Hex

#954CFF
(149,76,255)
0 Favorites   0 Comments

Color spaces of #954cff

RGB 14976255
HSL0.731.000.65
HSV264°70°100°
CMYK 0.420.700.00   0.00
XYZ33.028918.778496.4915
Yxy18.77840.22270.1266
Hunter Lab43.334160.2168-101.6866
CIE-Lab50.426965.2012-77.5762

#954cff color RGB value is (149,76,255).

#954cff hex color red value is 149, green value is 76 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #954cff hue: 0.73 , saturation: 1.00 and the lightness value of 954cff is 0.65.

The process color (four color CMYK) of #954cff color hex is 0.42, 0.70, 0.00, 0.00. Web safe color of #954cff is #9933ff. Color #954cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01001100 11111111
Octal 225 114 377
Decimal 149 76 255
Hex 95 4C FF

RGB Percentages of Color #954cff

%31.04
%15.83
%53.13

CMYK Percentages of Color #954cff

%42
%70
%0
%0

Triadic Colors of #954cff

#954cff #ff954c #4cff95

Analogous Colors of #954cff

#954cff #ef4cff #4c5dff

Monochromatic Colors of #954cff

#954cff

Complementary Color

#954cff #b6ff4c

#954cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#954cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#954cff Color CSS Codes

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

#954cff Text Font Color

<p style="color:#954cff">Text here</p>

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


#954cff Background Color

<div style="background-color:#954cff">
Div content here</div>

This div background color is #954cff


#954cff Border Color

<div style="border:3px solid #954cff">
Div here</div>

This div border color is #954cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #954cff

Related Colors


Comments

No comments written yet.

Please login to write comment.