Color Hex Logo

#954eff Color Hex

#954EFF
(149,78,255)
0 Favorites   0 Comments

Color spaces of #954eff

RGB 14978255
HSL0.731.000.65
HSV264°69°100°
CMYK 0.420.690.00   0.00
XYZ33.168819.058396.5382
Yxy19.05830.22300.1281
Hunter Lab43.655859.2230-100.5518
CIE-Lab50.755364.2813-77.0410

#954eff color RGB value is (149,78,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01001110 11111111
Octal 225 116 377
Decimal 149 78 255
Hex 95 4E FF

RGB Percentages of Color #954eff

%30.91
%16.18
%52.90

CMYK Percentages of Color #954eff

%42
%69
%0
%0

Triadic Colors of #954eff

#954eff #ff954e #4eff95

Analogous Colors of #954eff

#954eff #ee4eff #4e60ff

Monochromatic Colors of #954eff

#954eff

Complementary Color

#954eff #b8ff4e

#954eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#954eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#954eff Color CSS Codes

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

#954eff Text Font Color

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

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


#954eff Background Color

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

This div background color is #954eff


#954eff Border Color

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

This div border color is #954eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #954eff

Related Colors


Comments

No comments written yet.

Please login to write comment.