Color Hex Logo

#9362ae Color Hex

#9362AE
(147,98,174)
0 Favorites   0 Comments

Color spaces of #9362ae

RGB 14798174
HSL0.770.320.53
HSV279°44°68°
CMYK 0.160.440.00   0.32
XYZ24.040317.994442.2506
Yxy17.99440.28520.2135
Hunter Lab42.419826.9255-29.3596
CIE-Lab49.489333.9248-32.9646

#9362ae color RGB value is (147,98,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01100010 10101110
Octal 223 142 256
Decimal 147 98 174
Hex 93 62 AE

RGB Percentages of Color #9362ae

%35.08
%23.39
%41.53

CMYK Percentages of Color #9362ae

%16
%44
%0
%32

Triadic Colors of #9362ae

#9362ae #ae9362 #62ae93

Analogous Colors of #9362ae

#9362ae #ae62a3 #6d62ae

Monochromatic Colors of #9362ae

#9362ae

Complementary Color

#9362ae #7dae62

#9362ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9362ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9362ae Color CSS Codes

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

#9362ae Text Font Color

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

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


#9362ae Background Color

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

This div background color is #9362ae


#9362ae Border Color

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

This div border color is #9362ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,98,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 #9362ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9362ae


Comments

No comments written yet.

Please login to write comment.