Color Hex Logo

#9918ed Color Hex

#9918ED
(153,24,237)
0 Favorites   0 Comments

Color spaces of #9918ed

RGB 15324237
HSL0.770.860.51
HSV276°90°93°
CMYK 0.350.900.00   0.07
XYZ28.749613.540081.2190
Yxy13.54000.23280.1096
Hunter Lab36.796775.0693-105.1092
CIE-Lab43.565978.8860-78.6829

#9918ed color RGB value is (153,24,237).

#9918ed hex color red value is 153, green value is 24 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #9918ed hue: 0.77 , saturation: 0.86 and the lightness value of 9918ed is 0.51.

The process color (four color CMYK) of #9918ed color hex is 0.35, 0.90, 0.00, 0.07. Web safe color of #9918ed is #9900ff. Color #9918ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00011000 11101101
Octal 231 30 355
Decimal 153 24 237
Hex 99 18 ED

RGB Percentages of Color #9918ed

%36.96
%5.80
%57.25

CMYK Percentages of Color #9918ed

%35
%90
%0
%7

Triadic Colors of #9918ed

#9918ed #ed9918 #18ed99

Analogous Colors of #9918ed

#9918ed #ed18d7 #2e18ed

Monochromatic Colors of #9918ed

#9918ed

Complementary Color

#9918ed #6ced18

#9918ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9918ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9918ed Color CSS Codes

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

#9918ed Text Font Color

<p style="color:#9918ed">Text here</p>

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


#9918ed Background Color

<div style="background-color:#9918ed">
Div content here</div>

This div background color is #9918ed


#9918ed Border Color

<div style="border:3px solid #9918ed">
Div here</div>

This div border color is #9918ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,24,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9918ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9918ed;
  -webkit-box-shadow: 1px 1px 3px 2px #9918ed;
  box-shadow:         1px 1px 3px 2px #9918ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,24,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9918ed


Comments

No comments written yet.

Please login to write comment.