Color Hex Logo

#9d4feb Color Hex

#9D4FEB
(157,79,235)
0 Favorites   0 Comments

Color spaces of #9d4feb

RGB 15779235
HSL0.750.800.62
HSV270°66°92°
CMYK 0.330.660.00   0.08
XYZ31.696018.758280.5474
Yxy18.75820.24200.1432
Hunter Lab43.310754.8375-79.9474
CIE-Lab50.403160.5102-66.3932

#9d4feb color RGB value is (157,79,235).

#9d4feb hex color red value is 157, green value is 79 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9d4feb hue: 0.75 , saturation: 0.80 and the lightness value of 9d4feb is 0.62.

The process color (four color CMYK) of #9d4feb color hex is 0.33, 0.66, 0.00, 0.08. Web safe color of #9d4feb is #9966ff. Color #9d4feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 01001111 11101011
Octal 235 117 353
Decimal 157 79 235
Hex 9D 4F EB

RGB Percentages of Color #9d4feb

%33.33
%16.77
%49.89

CMYK Percentages of Color #9d4feb

%33
%66
%0
%8

Triadic Colors of #9d4feb

#9d4feb #eb9d4f #4feb9d

Analogous Colors of #9d4feb

#9d4feb #eb4feb #4f4feb

Monochromatic Colors of #9d4feb

#9d4feb

Complementary Color

#9d4feb #9deb4f

#9d4feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d4feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d4feb Color CSS Codes

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

#9d4feb Text Font Color

<p style="color:#9d4feb">Text here</p>

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


#9d4feb Background Color

<div style="background-color:#9d4feb">
Div content here</div>

This div background color is #9d4feb


#9d4feb Border Color

<div style="border:3px solid #9d4feb">
Div here</div>

This div border color is #9d4feb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,79,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9d4feb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9d4feb;
  -webkit-box-shadow: 1px 1px 3px 2px #9d4feb;
  box-shadow:         1px 1px 3px 2px #9d4feb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,79,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 #9d4feb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d4feb


Comments

No comments written yet.

Please login to write comment.