Color Hex Logo

#9360ae Color Hex

#9360AE
(147,96,174)
0 Favorites   0 Comments

Color spaces of #9360ae

RGB 14796174
HSL0.780.330.53
HSV279°45°68°
CMYK 0.160.450.00   0.32
XYZ23.855517.624842.1890
Yxy17.62480.28510.2106
Hunter Lab41.981927.9613-30.1952
CIE-Lab49.037835.0585-33.6721

#9360ae color RGB value is (147,96,174).

#9360ae hex color red value is 147, green value is 96 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9360ae hue: 0.78 , saturation: 0.33 and the lightness value of 9360ae is 0.53.

The process color (four color CMYK) of #9360ae color hex is 0.16, 0.45, 0.00, 0.32. Web safe color of #9360ae is #996699. Color #9360ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01100000 10101110
Octal 223 140 256
Decimal 147 96 174
Hex 93 60 AE

RGB Percentages of Color #9360ae

%35.25
%23.02
%41.73

CMYK Percentages of Color #9360ae

%16
%45
%0
%32

Triadic Colors of #9360ae

#9360ae #ae9360 #60ae93

Analogous Colors of #9360ae

#9360ae #ae60a2 #6c60ae

Monochromatic Colors of #9360ae

#9360ae

Complementary Color

#9360ae #7bae60

#9360ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9360ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9360ae Color CSS Codes

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

#9360ae Text Font Color

<p style="color:#9360ae">Text here</p>

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


#9360ae Background Color

<div style="background-color:#9360ae">
Div content here</div>

This div background color is #9360ae


#9360ae Border Color

<div style="border:3px solid #9360ae">
Div here</div>

This div border color is #9360ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,96,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9360ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9360ae;
  -webkit-box-shadow: 1px 1px 3px 2px #9360ae;
  box-shadow:         1px 1px 3px 2px #9360ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,96,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9360ae


Comments

No comments written yet.

Please login to write comment.