Color Hex Logo

#9592af Color Hex

#9592AF
(149,146,175)
0 Favorites   0 Comments

Color spaces of #9592af

RGB 149146175
HSL0.680.150.63
HSV246°17°69°
CMYK 0.150.170.00   0.31
XYZ30.411230.042544.7534
Yxy30.04250.28910.2856
Hunter Lab54.81103.1191-10.0428
CIE-Lab61.69097.1063-14.7528

#9592af color RGB value is (149,146,175).

#9592af hex color red value is 149, green value is 146 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #9592af hue: 0.68 , saturation: 0.15 and the lightness value of 9592af is 0.63.

The process color (four color CMYK) of #9592af color hex is 0.15, 0.17, 0.00, 0.31. Web safe color of #9592af is #999999. Color #9592af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10010010 10101111
Octal 225 222 257
Decimal 149 146 175
Hex 95 92 AF

RGB Percentages of Color #9592af

%31.70
%31.06
%37.23

CMYK Percentages of Color #9592af

%15
%17
%0
%31

Triadic Colors of #9592af

#9592af #af9592 #92af95

Analogous Colors of #9592af

#9592af #a492af #929eaf

Monochromatic Colors of #9592af

#9592af

Complementary Color

#9592af #acaf92

#9592af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9592af Color Preview on White Background

Lorem ipsum dolor sit amet.

#9592af Color CSS Codes

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

#9592af Text Font Color

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

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


#9592af Background Color

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

This div background color is #9592af


#9592af Border Color

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

This div border color is #9592af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,146,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 #9592af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9592af


Comments

No comments written yet.

Please login to write comment.