Color Hex Logo

#9657ae Color Hex

#9657AE
(150,87,174)
0 Favorites   0 Comments

Color spaces of #9657ae

RGB 15087174
HSL0.790.350.51
HSV283°50°68°
CMYK 0.140.500.00   0.32
XYZ23.625916.356441.9563
Yxy16.35640.28830.1996
Hunter Lab40.443033.5003-33.1983
CIE-Lab47.438640.9364-36.1608

#9657ae color RGB value is (150,87,174).

#9657ae hex color red value is 150, green value is 87 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9657ae hue: 0.79 , saturation: 0.35 and the lightness value of 9657ae is 0.51.

The process color (four color CMYK) of #9657ae color hex is 0.14, 0.50, 0.00, 0.32. Web safe color of #9657ae is #996699. Color #9657ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01010111 10101110
Octal 226 127 256
Decimal 150 87 174
Hex 96 57 AE

RGB Percentages of Color #9657ae

%36.50
%21.17
%42.34

CMYK Percentages of Color #9657ae

%14
%50
%0
%32

Triadic Colors of #9657ae

#9657ae #ae9657 #57ae96

Analogous Colors of #9657ae

#9657ae #ae579b #6b57ae

Monochromatic Colors of #9657ae

#9657ae

Complementary Color

#9657ae #6fae57

#9657ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9657ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9657ae Color CSS Codes

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

#9657ae Text Font Color

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

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


#9657ae Background Color

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

This div background color is #9657ae


#9657ae Border Color

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

This div border color is #9657ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9657ae


Comments

No comments written yet.

Please login to write comment.