Color Hex Logo

#954eeb Color Hex

#954EEB
(149,78,235)
0 Favorites   0 Comments

Color spaces of #954eeb

RGB 14978235
HSL0.740.800.61
HSV267°67°92°
CMYK 0.370.670.00   0.08
XYZ30.114217.836580.4529
Yxy17.83650.23450.1389
Hunter Lab42.233353.3702-83.3820
CIE-Lab49.297259.4104-68.2292

#954eeb color RGB value is (149,78,235).

#954eeb hex color red value is 149, green value is 78 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #954eeb hue: 0.74 , saturation: 0.80 and the lightness value of 954eeb is 0.61.

The process color (four color CMYK) of #954eeb color hex is 0.37, 0.67, 0.00, 0.08. Web safe color of #954eeb is #9966ff. Color #954eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01001110 11101011
Octal 225 116 353
Decimal 149 78 235
Hex 95 4E EB

RGB Percentages of Color #954eeb

%32.25
%16.88
%50.87

CMYK Percentages of Color #954eeb

%37
%67
%0
%8

Triadic Colors of #954eeb

#954eeb #eb954e #4eeb95

Analogous Colors of #954eeb

#954eeb #e44eeb #4e56eb

Monochromatic Colors of #954eeb

#954eeb

Complementary Color

#954eeb #a4eb4e

#954eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#954eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#954eeb Color CSS Codes

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

#954eeb Text Font Color

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

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


#954eeb Background Color

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

This div background color is #954eeb


#954eeb Border Color

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

This div border color is #954eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #954eeb


Comments

No comments written yet.

Please login to write comment.