Color Hex Logo

#9763cb Color Hex

#9763CB
(151,99,203)
0 Favorites   0 Comments

Color spaces of #9763cb

RGB 15199203
HSL0.750.500.59
HSV270°51°80°
CMYK 0.260.510.00   0.20
XYZ28.003819.814858.8486
Yxy19.81480.26250.1858
Hunter Lab44.513834.3958-47.2235
CIE-Lab51.627241.2113-46.3143

#9763cb color RGB value is (151,99,203).

#9763cb hex color red value is 151, green value is 99 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9763cb hue: 0.75 , saturation: 0.50 and the lightness value of 9763cb is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01100011 11001011
Octal 227 143 313
Decimal 151 99 203
Hex 97 63 CB

RGB Percentages of Color #9763cb

%33.33
%21.85
%44.81

CMYK Percentages of Color #9763cb

%26
%51
%0
%20

Triadic Colors of #9763cb

#9763cb #cb9763 #63cb97

Analogous Colors of #9763cb

#9763cb #cb63cb #6363cb

Monochromatic Colors of #9763cb

#9763cb

Complementary Color

#9763cb #97cb63

#9763cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9763cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9763cb Color CSS Codes

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

#9763cb Text Font Color

<p style="color:#9763cb">Text here</p>

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


#9763cb Background Color

<div style="background-color:#9763cb">
Div content here</div>

This div background color is #9763cb


#9763cb Border Color

<div style="border:3px solid #9763cb">
Div here</div>

This div border color is #9763cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,99,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9763cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9763cb;
  -webkit-box-shadow: 1px 1px 3px 2px #9763cb;
  box-shadow:         1px 1px 3px 2px #9763cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9763cb


Comments

No comments written yet.

Please login to write comment.