Color Hex Logo

#9665cb Color Hex

#9665CB
(150,101,203)
0 Favorites   0 Comments

Color spaces of #9665cb

RGB 150101203
HSL0.750.500.60
HSV269°50°80°
CMYK 0.260.500.00   0.20
XYZ28.010820.103258.9039
Yxy20.10320.26170.1878
Hunter Lab44.836633.0504-46.5064
CIE-Lab51.953739.8316-45.8023

#9665cb color RGB value is (150,101,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100101 11001011
Octal 226 145 313
Decimal 150 101 203
Hex 96 65 CB

RGB Percentages of Color #9665cb

%33.04
%22.25
%44.71

CMYK Percentages of Color #9665cb

%26
%50
%0
%20

Triadic Colors of #9665cb

#9665cb #cb9665 #65cb96

Analogous Colors of #9665cb

#9665cb #c965cb #6567cb

Monochromatic Colors of #9665cb

#9665cb

Complementary Color

#9665cb #9acb65

#9665cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9665cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9665cb Color CSS Codes

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

#9665cb Text Font Color

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

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


#9665cb Background Color

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

This div background color is #9665cb


#9665cb Border Color

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

This div border color is #9665cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,101,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 #9665cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9665cb


Comments

No comments written yet.

Please login to write comment.