Color Hex Logo

#9756fd Color Hex

#9756FD
(151,86,253)
0 Favorites   0 Comments

Color spaces of #9756fd

RGB 15186253
HSL0.730.980.66
HSV263°66°99°
CMYK 0.400.660.00   0.01
XYZ33.819920.326795.0695
Yxy20.32670.22670.1362
Hunter Lab45.085154.9999-93.4632
CIE-Lab52.204660.3230-73.5629

#9756fd color RGB value is (151,86,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01010110 11111101
Octal 227 126 375
Decimal 151 86 253
Hex 97 56 FD

RGB Percentages of Color #9756fd

%30.82
%17.55
%51.63

CMYK Percentages of Color #9756fd

%40
%66
%0
%1

Triadic Colors of #9756fd

#9756fd #fd9756 #56fd97

Analogous Colors of #9756fd

#9756fd #eb56fd #5669fd

Monochromatic Colors of #9756fd

#9756fd

Complementary Color

#9756fd #bcfd56

#9756fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9756fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9756fd Color CSS Codes

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

#9756fd Text Font Color

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

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


#9756fd Background Color

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

This div background color is #9756fd


#9756fd Border Color

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

This div border color is #9756fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,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 #9756fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9756fd

Related Colors


Comments

No comments written yet.

Please login to write comment.