Color Hex Logo

#9256af Color Hex

#9256AF
(146,86,175)
0 Favorites   0 Comments

Color spaces of #9256af

RGB 14686175
HSL0.780.360.51
HSV280°51°69°
CMYK 0.170.510.00   0.31
XYZ22.919715.861742.4111
Yxy15.86170.28230.1954
Hunter Lab39.826733.0273-35.2586
CIE-Lab46.792540.5573-37.7988

#9256af color RGB value is (146,86,175).

#9256af hex color red value is 146, green value is 86 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #9256af hue: 0.78 , saturation: 0.36 and the lightness value of 9256af is 0.51.

The process color (four color CMYK) of #9256af color hex is 0.17, 0.51, 0.00, 0.31. Web safe color of #9256af is #996699. Color #9256af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 01010110 10101111
Octal 222 126 257
Decimal 146 86 175
Hex 92 56 AF

RGB Percentages of Color #9256af

%35.87
%21.13
%43.00

CMYK Percentages of Color #9256af

%17
%51
%0
%31

Triadic Colors of #9256af

#9256af #af9256 #56af92

Analogous Colors of #9256af

#9256af #af56a0 #6656af

Monochromatic Colors of #9256af

#9256af

Complementary Color

#9256af #73af56

#9256af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9256af Color Preview on White Background

Lorem ipsum dolor sit amet.

#9256af Color CSS Codes

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

#9256af Text Font Color

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

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


#9256af Background Color

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

This div background color is #9256af


#9256af Border Color

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

This div border color is #9256af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9256af


Comments

No comments written yet.

Please login to write comment.