Color Hex Logo

#9760ce Color Hex

#9760CE
(151,96,206)
0 Favorites   0 Comments

Color spaces of #9760ce

RGB 15196206
HSL0.750.530.59
HSV270°53°81°
CMYK 0.270.530.00   0.19
XYZ28.085919.401360.6570
Yxy19.40130.25970.1794
Hunter Lab44.046936.7360-50.8154
CIE-Lab51.153443.5780-48.7830

#9760ce color RGB value is (151,96,206).

#9760ce hex color red value is 151, green value is 96 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9760ce hue: 0.75 , saturation: 0.53 and the lightness value of 9760ce is 0.59.

The process color (four color CMYK) of #9760ce color hex is 0.27, 0.53, 0.00, 0.19. Web safe color of #9760ce is #9966cc. Color #9760ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01100000 11001110
Octal 227 140 316
Decimal 151 96 206
Hex 97 60 CE

RGB Percentages of Color #9760ce

%33.33
%21.19
%45.47

CMYK Percentages of Color #9760ce

%27
%53
%0
%19

Triadic Colors of #9760ce

#9760ce #ce9760 #60ce97

Analogous Colors of #9760ce

#9760ce #ce60ce #6060ce

Monochromatic Colors of #9760ce

#9760ce

Complementary Color

#9760ce #97ce60

#9760ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9760ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9760ce Color CSS Codes

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

#9760ce Text Font Color

<p style="color:#9760ce">Text here</p>

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


#9760ce Background Color

<div style="background-color:#9760ce">
Div content here</div>

This div background color is #9760ce


#9760ce Border Color

<div style="border:3px solid #9760ce">
Div here</div>

This div border color is #9760ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,96,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9760ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9760ce;
  -webkit-box-shadow: 1px 1px 3px 2px #9760ce;
  box-shadow:         1px 1px 3px 2px #9760ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9760ce


Comments

No comments written yet.

Please login to write comment.