Color Hex Logo

#913abb Color Hex

#913ABB
(145,58,187)
0 Favorites   0 Comments

Color spaces of #913abb

RGB 14558187
HSL0.780.530.48
HSV280°69°73°
CMYK 0.220.690.00   0.27
XYZ22.159812.633748.2843
Yxy12.63370.26670.1521
Hunter Lab35.543949.0837-55.6612
CIE-Lab42.206156.8484-52.1595

#913abb color RGB value is (145,58,187).

#913abb hex color red value is 145, green value is 58 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #913abb hue: 0.78 , saturation: 0.53 and the lightness value of 913abb is 0.48.

The process color (four color CMYK) of #913abb color hex is 0.22, 0.69, 0.00, 0.27. Web safe color of #913abb is #9933cc. Color #913abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 00111010 10111011
Octal 221 72 273
Decimal 145 58 187
Hex 91 3A BB

RGB Percentages of Color #913abb

%37.18
%14.87
%47.95

CMYK Percentages of Color #913abb

%22
%69
%0
%27

Triadic Colors of #913abb

#913abb #bb913a #3abb91

Analogous Colors of #913abb

#913abb #bb3aa5 #503abb

Monochromatic Colors of #913abb

#913abb

Complementary Color

#913abb #64bb3a

#913abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#913abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#913abb Color CSS Codes

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

#913abb Text Font Color

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

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


#913abb Background Color

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

This div background color is #913abb


#913abb Border Color

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

This div border color is #913abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #913abb


Comments

No comments written yet.

Please login to write comment.