Color Hex Logo

#9756ec Color Hex

#9756EC
(151,86,236)
0 Favorites   0 Comments

Color spaces of #9756ec

RGB 15186236
HSL0.740.800.63
HSV266°64°93°
CMYK 0.360.640.00   0.07
XYZ31.230619.291081.4344
Yxy19.29100.23670.1462
Hunter Lab43.921550.0606-79.1839
CIE-Lab51.025956.1202-65.9809

#9756ec color RGB value is (151,86,236).

#9756ec hex color red value is 151, green value is 86 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9756ec hue: 0.74 , saturation: 0.80 and the lightness value of 9756ec is 0.63.

The process color (four color CMYK) of #9756ec color hex is 0.36, 0.64, 0.00, 0.07. Web safe color of #9756ec is #9966ff. Color #9756ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01010110 11101100
Octal 227 126 354
Decimal 151 86 236
Hex 97 56 EC

RGB Percentages of Color #9756ec

%31.92
%18.18
%49.89

CMYK Percentages of Color #9756ec

%36
%64
%0
%7

Triadic Colors of #9756ec

#9756ec #ec9756 #56ec97

Analogous Colors of #9756ec

#9756ec #e256ec #5660ec

Monochromatic Colors of #9756ec

#9756ec

Complementary Color

#9756ec #abec56

#9756ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9756ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9756ec Color CSS Codes

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

#9756ec Text Font Color

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

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


#9756ec Background Color

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

This div background color is #9756ec


#9756ec Border Color

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

This div border color is #9756ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9756ec


Comments

No comments written yet.

Please login to write comment.