#9e72d8

#9e72d8 color hex

#9e72d8 hex color information.
RGB value of #9e72d8 is (158,114,216)
Change page background color to #9e72d8 | Reset

#9e72d8 rgb color chart

Color spaces of #9e72d8

RGB 158114216
HSL0.740.570.65
HSV266°47°85°
CMYK 0.270.470.00   0.15
XYZ32.512524.261667.9351
Yxy24.26160.26070.1945
Hunter Lab49.256131.6246-47.2949
CIE-Lab56.348837.8344-46.1605

Shades of #9e72d8

Tints of #9e72d8

RGB Percentages of Color #9e72d8

%32.38
%23.36
%44.26

CMYK Percentages of Color #9e72d8

%27
%47
%0
%15

#9e72d8 Color Info

#9e72d8 hex color red value is 158, green value is 114 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #9e72d8 hue: 0.74 , saturation: 0.57 and the lightness value of 9e72d8 is 0.65.

The process color (four color CMYK) of #9e72d8 hex color is 0.27, 0.47, 0.00, 0.15. Web safe color of #9e72d8 is #9966cc

Color #9e72d8 contains mostly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01110010 11011000
Octal 236 162 330
Decimal 158 114 216
Hexadecimal 9E 72 D8

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #9e72d8

Triadic Colors of #9e72d8

#9e72d8 #d89e71 #71d89e

Analogous Colors of #9e72d8

#9e72d8 #d171d8 #7178d8

Complementary Color of #9e72d8

#9e72d8 #abd871

#9e72d8 HSL Color Chart
#9e72d8 hsl color chart
#9e72d8 RGB Color Chart

#9e72d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e72d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e72d8 Color CSS Codes

.mybgcolor {background-color:#9e72d8; } 
.myforecolor {color:#9e72d8; }
.mybordercolor {border:3px solid #9e72d8; }
Sample text font color #9e72d8

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

html code
<p style="color:#9e72d8">Text here</p>
#9e72d8 background color

This div background color is #9e72d8

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

This div border color is #9e72d8

<div style="border:3px solid #9e72d8">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #9e72d8 Color Sample
#9e72d8border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(158,114,216, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #9e72d8; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #9e72d8;
  -webkit-box-shadow: 1px 1px 3px 2px #9e72d8;
  box-shadow:         1px 1px 3px 2px #9e72d8; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(158,114,216, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9e72d8">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #9e72d8

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top