Color Hex Logo

#9138aa Color Hex

#9138AA
(145,56,170)
0 Favorites   0 Comments

Color spaces of #9138aa

RGB 14556170
HSL0.800.500.44
HSV287°67°67°
CMYK 0.150.670.00   0.33
XYZ20.346911.750439.2259
Yxy11.75040.28530.1647
Hunter Lab34.278945.9642-43.8514
CIE-Lab40.816654.2054-44.3499

#9138aa color RGB value is (145,56,170).

#9138aa hex color red value is 145, green value is 56 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9138aa hue: 0.80 , saturation: 0.50 and the lightness value of 9138aa is 0.44.

The process color (four color CMYK) of #9138aa color hex is 0.15, 0.67, 0.00, 0.33. Web safe color of #9138aa is #993399. Color #9138aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 00111000 10101010
Octal 221 70 252
Decimal 145 56 170
Hex 91 38 AA

RGB Percentages of Color #9138aa

%39.08
%15.09
%45.82

CMYK Percentages of Color #9138aa

%15
%67
%0
%33

Triadic Colors of #9138aa

#9138aa #aa9138 #38aa91

Analogous Colors of #9138aa

#9138aa #aa388a #5838aa

Monochromatic Colors of #9138aa

#9138aa

Complementary Color

#9138aa #51aa38

#9138aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9138aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9138aa Color CSS Codes

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

#9138aa Text Font Color

<p style="color:#9138aa">Text here</p>

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


#9138aa Background Color

<div style="background-color:#9138aa">
Div content here</div>

This div background color is #9138aa


#9138aa Border Color

<div style="border:3px solid #9138aa">
Div here</div>

This div border color is #9138aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,56,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 #9138aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9138aa


Comments

No comments written yet.

Please login to write comment.