Color Hex Logo

#9642ae Color Hex

#9642AE
(150,66,174)
0 Favorites   0 Comments

Color spaces of #9642ae

RGB 15066174
HSL0.800.450.47
HSV287°62°68°
CMYK 0.140.620.00   0.32
XYZ22.165913.436541.4696
Yxy13.43650.28760.1743
Hunter Lab36.655843.7918-41.4171
CIE-Lab43.413751.6712-42.5354

#9642ae color RGB value is (150,66,174).

#9642ae hex color red value is 150, green value is 66 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9642ae hue: 0.80 , saturation: 0.45 and the lightness value of 9642ae is 0.47.

The process color (four color CMYK) of #9642ae color hex is 0.14, 0.62, 0.00, 0.32. Web safe color of #9642ae is #993399. Color #9642ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01000010 10101110
Octal 226 102 256
Decimal 150 66 174
Hex 96 42 AE

RGB Percentages of Color #9642ae

%38.46
%16.92
%44.62

CMYK Percentages of Color #9642ae

%14
%62
%0
%32

Triadic Colors of #9642ae

#9642ae #ae9642 #42ae96

Analogous Colors of #9642ae

#9642ae #ae4290 #6042ae

Monochromatic Colors of #9642ae

#9642ae

Complementary Color

#9642ae #5aae42

#9642ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9642ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9642ae Color CSS Codes

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

#9642ae Text Font Color

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

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


#9642ae Background Color

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

This div background color is #9642ae


#9642ae Border Color

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

This div border color is #9642ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9642ae


Comments

No comments written yet.

Please login to write comment.