Color Hex Logo

#9e48b0 Color Hex

#9E48B0
(158,72,176)
0 Favorites   0 Comments

Color spaces of #9e48b0

RGB 15872176
HSL0.800.420.49
HSV290°59°69°
CMYK 0.100.590.00   0.31
XYZ24.254415.038442.6987
Yxy15.03840.29580.1834
Hunter Lab38.779443.7782-38.1367
CIE-Lab45.686751.2511-40.0347

#9e48b0 color RGB value is (158,72,176).

#9e48b0 hex color red value is 158, green value is 72 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #9e48b0 hue: 0.80 , saturation: 0.42 and the lightness value of 9e48b0 is 0.49.

The process color (four color CMYK) of #9e48b0 color hex is 0.10, 0.59, 0.00, 0.31. Web safe color of #9e48b0 is #993399. Color #9e48b0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01001000 10110000
Octal 236 110 260
Decimal 158 72 176
Hex 9E 48 B0

RGB Percentages of Color #9e48b0

%38.92
%17.73
%43.35

CMYK Percentages of Color #9e48b0

%10
%59
%0
%31

Triadic Colors of #9e48b0

#9e48b0 #b09e48 #48b09e

Analogous Colors of #9e48b0

#9e48b0 #b0488e #6a48b0

Monochromatic Colors of #9e48b0

#9e48b0

Complementary Color

#9e48b0 #5ab048

#9e48b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e48b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e48b0 Color CSS Codes

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

#9e48b0 Text Font Color

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

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


#9e48b0 Background Color

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

This div background color is #9e48b0


#9e48b0 Border Color

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

This div border color is #9e48b0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,72,176, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9e48b0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9e48b0;
  -webkit-box-shadow: 1px 1px 3px 2px #9e48b0;
  box-shadow:         1px 1px 3px 2px #9e48b0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,72,176, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e48b0


Comments

No comments written yet.

Please login to write comment.