Color Hex Logo

#9913ef Color Hex

#9913EF
(153,19,239)
0 Favorites   0 Comments

Color spaces of #9913ef

RGB 15319239
HSL0.770.870.51
HSV277°92°94°
CMYK 0.360.920.00   0.06
XYZ28.949713.470082.7355
Yxy13.47000.23130.1076
Hunter Lab36.701576.5710-107.9653
CIE-Lab43.463180.1061-79.9821

#9913ef color RGB value is (153,19,239).

#9913ef hex color red value is 153, green value is 19 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9913ef hue: 0.77 , saturation: 0.87 and the lightness value of 9913ef is 0.51.

The process color (four color CMYK) of #9913ef color hex is 0.36, 0.92, 0.00, 0.06. Web safe color of #9913ef is #9900ff. Color #9913ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00010011 11101111
Octal 231 23 357
Decimal 153 19 239
Hex 99 13 EF

RGB Percentages of Color #9913ef

%37.23
%4.62
%58.15

CMYK Percentages of Color #9913ef

%36
%92
%0
%6

Triadic Colors of #9913ef

#9913ef #ef9913 #13ef99

Analogous Colors of #9913ef

#9913ef #ef13d7 #2b13ef

Monochromatic Colors of #9913ef

#9913ef

Complementary Color

#9913ef #69ef13

#9913ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9913ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9913ef Color CSS Codes

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

#9913ef Text Font Color

<p style="color:#9913ef">Text here</p>

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


#9913ef Background Color

<div style="background-color:#9913ef">
Div content here</div>

This div background color is #9913ef


#9913ef Border Color

<div style="border:3px solid #9913ef">
Div here</div>

This div border color is #9913ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,19,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9913ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9913ef;
  -webkit-box-shadow: 1px 1px 3px 2px #9913ef;
  box-shadow:         1px 1px 3px 2px #9913ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9913ef


Comments

No comments written yet.

Please login to write comment.