Color Hex Logo

#9913b3 Color Hex

#9913B3
(153,19,179)
0 Favorites   0 Comments

Color spaces of #9913b3

RGB 15319179
HSL0.810.810.39
HSV290°89°70°
CMYK 0.150.890.00   0.30
XYZ21.506410.492743.5396
Yxy10.49270.28470.1389
Hunter Lab32.392461.8252-57.0187
CIE-Lab38.712668.8517-53.0139

#9913b3 color RGB value is (153,19,179).

#9913b3 hex color red value is 153, green value is 19 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #9913b3 hue: 0.81 , saturation: 0.81 and the lightness value of 9913b3 is 0.39.

The process color (four color CMYK) of #9913b3 color hex is 0.15, 0.89, 0.00, 0.30. Web safe color of #9913b3 is #9900cc. Color #9913b3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00010011 10110011
Octal 231 23 263
Decimal 153 19 179
Hex 99 13 B3

RGB Percentages of Color #9913b3

%43.59
%5.41
%51.00

CMYK Percentages of Color #9913b3

%15
%89
%0
%30

Triadic Colors of #9913b3

#9913b3 #b39913 #13b399

Analogous Colors of #9913b3

#9913b3 #b3137d #4913b3

Monochromatic Colors of #9913b3

#9913b3

Complementary Color

#9913b3 #2db313

#9913b3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9913b3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9913b3 Color CSS Codes

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

#9913b3 Text Font Color

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

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


#9913b3 Background Color

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

This div background color is #9913b3


#9913b3 Border Color

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

This div border color is #9913b3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9913b3


Comments

No comments written yet.

Please login to write comment.