Color Hex Logo

#9769ae Color Hex

#9769AE
(151,105,174)
0 Favorites   0 Comments

Color spaces of #9769ae

RGB 151105174
HSL0.780.300.55
HSV280°40°68°
CMYK 0.130.400.00   0.32
XYZ25.454119.738542.5127
Yxy19.73850.29020.2251
Hunter Lab44.428024.5187-25.6343
CIE-Lab51.540331.1654-29.7296

#9769ae color RGB value is (151,105,174).

#9769ae hex color red value is 151, green value is 105 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9769ae hue: 0.78 , saturation: 0.30 and the lightness value of 9769ae is 0.55.

The process color (four color CMYK) of #9769ae color hex is 0.13, 0.40, 0.00, 0.32. Web safe color of #9769ae is #996699. Color #9769ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01101001 10101110
Octal 227 151 256
Decimal 151 105 174
Hex 97 69 AE

RGB Percentages of Color #9769ae

%35.12
%24.42
%40.47

CMYK Percentages of Color #9769ae

%13
%40
%0
%32

Triadic Colors of #9769ae

#9769ae #ae9769 #69ae97

Analogous Colors of #9769ae

#9769ae #ae69a3 #7569ae

Monochromatic Colors of #9769ae

#9769ae

Complementary Color

#9769ae #80ae69

#9769ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9769ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9769ae Color CSS Codes

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

#9769ae Text Font Color

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

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


#9769ae Background Color

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

This div background color is #9769ae


#9769ae Border Color

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

This div border color is #9769ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9769ae


Comments

No comments written yet.

Please login to write comment.