Color Hex Logo

#954deb Color Hex

#954DEB
(149,77,235)
0 Favorites   0 Comments

Color spaces of #954deb

RGB 14977235
HSL0.740.800.61
HSV267°67°92°
CMYK 0.370.670.00   0.08
XYZ30.043717.695580.4294
Yxy17.69550.23440.1381
Hunter Lab42.066053.8698-83.9151
CIE-Lab49.124759.8878-68.5091

#954deb color RGB value is (149,77,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01001101 11101011
Octal 225 115 353
Decimal 149 77 235
Hex 95 4D EB

RGB Percentages of Color #954deb

%32.32
%16.70
%50.98

CMYK Percentages of Color #954deb

%37
%67
%0
%8

Triadic Colors of #954deb

#954deb #eb954d #4deb95

Analogous Colors of #954deb

#954deb #e44deb #4d54eb

Monochromatic Colors of #954deb

#954deb

Complementary Color

#954deb #a3eb4d

#954deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#954deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#954deb Color CSS Codes

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

#954deb Text Font Color

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

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


#954deb Background Color

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

This div background color is #954deb


#954deb Border Color

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

This div border color is #954deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #954deb


Comments

No comments written yet.

Please login to write comment.