Color Hex Logo

#9256fd Color Hex

#9256FD
(146,86,253)
0 Favorites   0 Comments

Color spaces of #9256fd

RGB 14686253
HSL0.730.980.66
HSV262°66°99°
CMYK 0.420.660.00   0.01
XYZ32.911519.858495.0269
Yxy19.85840.22270.1344
Hunter Lab44.562853.8450-95.2377
CIE-Lab51.676759.3971-74.4445

#9256fd color RGB value is (146,86,253).

#9256fd hex color red value is 146, green value is 86 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #9256fd hue: 0.73 , saturation: 0.98 and the lightness value of 9256fd is 0.66.

The process color (four color CMYK) of #9256fd color hex is 0.42, 0.66, 0.00, 0.01. Web safe color of #9256fd is #9966ff. Color #9256fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 01010110 11111101
Octal 222 126 375
Decimal 146 86 253
Hex 92 56 FD

RGB Percentages of Color #9256fd

%30.10
%17.73
%52.16

CMYK Percentages of Color #9256fd

%42
%66
%0
%1

Triadic Colors of #9256fd

#9256fd #fd9256 #56fd92

Analogous Colors of #9256fd

#9256fd #e656fd #566efd

Monochromatic Colors of #9256fd

#9256fd

Complementary Color

#9256fd #c1fd56

#9256fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9256fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9256fd Color CSS Codes

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

#9256fd Text Font Color

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

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


#9256fd Background Color

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

This div background color is #9256fd


#9256fd Border Color

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

This div border color is #9256fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9256fd

Related Colors


Comments

No comments written yet.

Please login to write comment.