Color Hex Logo

#9759af Color Hex

#9759AF
(151,89,175)
0 Favorites   0 Comments

Color spaces of #9759af

RGB 15189175
HSL0.790.350.52
HSV283°49°69°
CMYK 0.140.490.00   0.31
XYZ24.072716.819242.5351
Yxy16.81920.28850.2016
Hunter Lab41.011233.0060-32.7852
CIE-Lab48.031440.3508-35.8050

#9759af color RGB value is (151,89,175).

#9759af hex color red value is 151, green value is 89 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #9759af hue: 0.79 , saturation: 0.35 and the lightness value of 9759af is 0.52.

The process color (four color CMYK) of #9759af color hex is 0.14, 0.49, 0.00, 0.31. Web safe color of #9759af is #996699. Color #9759af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011001 10101111
Octal 227 131 257
Decimal 151 89 175
Hex 97 59 AF

RGB Percentages of Color #9759af

%36.39
%21.45
%42.17

CMYK Percentages of Color #9759af

%14
%49
%0
%31

Triadic Colors of #9759af

#9759af #af9759 #59af97

Analogous Colors of #9759af

#9759af #af599c #6c59af

Monochromatic Colors of #9759af

#9759af

Complementary Color

#9759af #71af59

#9759af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9759af Color Preview on White Background

Lorem ipsum dolor sit amet.

#9759af Color CSS Codes

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

#9759af Text Font Color

<p style="color:#9759af">Text here</p>

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


#9759af Background Color

<div style="background-color:#9759af">
Div content here</div>

This div background color is #9759af


#9759af Border Color

<div style="border:3px solid #9759af">
Div here</div>

This div border color is #9759af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,89,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9759af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9759af;
  -webkit-box-shadow: 1px 1px 3px 2px #9759af;
  box-shadow:         1px 1px 3px 2px #9759af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,89,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9759af


Comments

No comments written yet.

Please login to write comment.