Color Hex Logo

#9256df Color Hex

#9256DF
(146,86,223)
0 Favorites   0 Comments

Color spaces of #9256df

RGB 14686223
HSL0.740.680.61
HSV266°61°87°
CMYK 0.350.610.00   0.13
XYZ28.501118.094371.8024
Yxy18.09430.24070.1528
Hunter Lab42.537445.1589-70.3043
CIE-Lab49.610351.8627-60.9618

#9256df color RGB value is (146,86,223).

#9256df hex color red value is 146, green value is 86 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9256df hue: 0.74 , saturation: 0.68 and the lightness value of 9256df is 0.61.

The process color (four color CMYK) of #9256df color hex is 0.35, 0.61, 0.00, 0.13. Web safe color of #9256df is #9966cc. Color #9256df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 01010110 11011111
Octal 222 126 337
Decimal 146 86 223
Hex 92 56 DF

RGB Percentages of Color #9256df

%32.09
%18.90
%49.01

CMYK Percentages of Color #9256df

%35
%61
%0
%13

Triadic Colors of #9256df

#9256df #df9256 #56df92

Analogous Colors of #9256df

#9256df #d756df #565edf

Monochromatic Colors of #9256df

#9256df

Complementary Color

#9256df #a3df56

#9256df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9256df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9256df Color CSS Codes

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

#9256df Text Font Color

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

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


#9256df Background Color

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

This div background color is #9256df


#9256df Border Color

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

This div border color is #9256df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(146,86,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9256df


Comments

No comments written yet.

Please login to write comment.