Color Hex Logo

#913baa Color Hex

#913BAA
(145,59,170)
0 Favorites   0 Comments

Color spaces of #913baa

RGB 14559170
HSL0.800.480.45
HSV286°65°67°
CMYK 0.150.650.00   0.33
XYZ20.496712.050039.2758
Yxy12.05000.28540.1678
Hunter Lab34.713144.6492-42.7839
CIE-Lab41.295552.8737-43.5846

#913baa color RGB value is (145,59,170).

#913baa hex color red value is 145, green value is 59 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #913baa hue: 0.80 , saturation: 0.48 and the lightness value of 913baa is 0.45.

The process color (four color CMYK) of #913baa color hex is 0.15, 0.65, 0.00, 0.33. Web safe color of #913baa is #993399. Color #913baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 00111011 10101010
Octal 221 73 252
Decimal 145 59 170
Hex 91 3B AA

RGB Percentages of Color #913baa

%38.77
%15.78
%45.45

CMYK Percentages of Color #913baa

%15
%65
%0
%33

Triadic Colors of #913baa

#913baa #aa913b #3baa91

Analogous Colors of #913baa

#913baa #aa3b8c #5a3baa

Monochromatic Colors of #913baa

#913baa

Complementary Color

#913baa #54aa3b

#913baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#913baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#913baa Color CSS Codes

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

#913baa Text Font Color

<p style="color:#913baa">Text here</p>

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


#913baa Background Color

<div style="background-color:#913baa">
Div content here</div>

This div background color is #913baa


#913baa Border Color

<div style="border:3px solid #913baa">
Div here</div>

This div border color is #913baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,59,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #913baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #913baa;
  -webkit-box-shadow: 1px 1px 3px 2px #913baa;
  box-shadow:         1px 1px 3px 2px #913baa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,59,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #913baa


Comments

No comments written yet.

Please login to write comment.