Color Hex Logo

#913ab2 Color Hex

#913AB2
(145,58,178)
0 Favorites   0 Comments

Color spaces of #913ab2

RGB 14558178
HSL0.790.510.46
HSV284°67°70°
CMYK 0.190.670.00   0.30
XYZ21.226012.260243.3672
Yxy12.26020.27620.1595
Hunter Lab35.014646.9321-48.9233
CIE-Lab41.626754.9608-47.7948

#913ab2 color RGB value is (145,58,178).

#913ab2 hex color red value is 145, green value is 58 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #913ab2 hue: 0.79 , saturation: 0.51 and the lightness value of 913ab2 is 0.46.

The process color (four color CMYK) of #913ab2 color hex is 0.19, 0.67, 0.00, 0.30. Web safe color of #913ab2 is #993399. Color #913ab2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 00111010 10110010
Octal 221 72 262
Decimal 145 58 178
Hex 91 3A B2

RGB Percentages of Color #913ab2

%38.06
%15.22
%46.72

CMYK Percentages of Color #913ab2

%19
%67
%0
%30

Triadic Colors of #913ab2

#913ab2 #b2913a #3ab291

Analogous Colors of #913ab2

#913ab2 #b23a97 #553ab2

Monochromatic Colors of #913ab2

#913ab2

Complementary Color

#913ab2 #5bb23a

#913ab2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#913ab2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#913ab2 Color CSS Codes

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

#913ab2 Text Font Color

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

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


#913ab2 Background Color

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

This div background color is #913ab2


#913ab2 Border Color

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

This div border color is #913ab2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #913ab2


Comments

No comments written yet.

Please login to write comment.