Color Hex Logo

#9762cc Color Hex

#9762CC
(151,98,204)
0 Favorites   0 Comments

Color spaces of #9762cc

RGB 15198204
HSL0.750.510.59
HSV270°52°80°
CMYK 0.260.520.00   0.20
XYZ28.029319.674359.4470
Yxy19.67430.26160.1836
Hunter Lab44.355735.1753-48.4134
CIE-Lab51.467042.0028-47.1409

#9762cc color RGB value is (151,98,204).

#9762cc hex color red value is 151, green value is 98 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9762cc hue: 0.75 , saturation: 0.51 and the lightness value of 9762cc is 0.59.

The process color (four color CMYK) of #9762cc color hex is 0.26, 0.52, 0.00, 0.20. Web safe color of #9762cc is #9966cc. Color #9762cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01100010 11001100
Octal 227 142 314
Decimal 151 98 204
Hex 97 62 CC

RGB Percentages of Color #9762cc

%33.33
%21.63
%45.03

CMYK Percentages of Color #9762cc

%26
%52
%0
%20

Triadic Colors of #9762cc

#9762cc #cc9762 #62cc97

Analogous Colors of #9762cc

#9762cc #cc62cc #6262cc

Monochromatic Colors of #9762cc

#9762cc

Complementary Color

#9762cc #97cc62

#9762cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9762cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9762cc Color CSS Codes

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

#9762cc Text Font Color

<p style="color:#9762cc">Text here</p>

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


#9762cc Background Color

<div style="background-color:#9762cc">
Div content here</div>

This div background color is #9762cc


#9762cc Border Color

<div style="border:3px solid #9762cc">
Div here</div>

This div border color is #9762cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,98,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9762cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9762cc;
  -webkit-box-shadow: 1px 1px 3px 2px #9762cc;
  box-shadow:         1px 1px 3px 2px #9762cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9762cc


Comments

No comments written yet.

Please login to write comment.