Color Hex Logo

#9665bf Color Hex

#9665BF
(150,101,191)
0 Favorites   0 Comments

Color spaces of #9665bf

RGB 150101191
HSL0.760.410.57
HSV273°47°75°
CMYK 0.210.470.00   0.25
XYZ26.635319.553051.6605
Yxy19.55300.27220.1998
Hunter Lab44.218830.1371-38.3150
CIE-Lab51.328036.9904-39.9070

#9665bf color RGB value is (150,101,191).

#9665bf hex color red value is 150, green value is 101 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #9665bf hue: 0.76 , saturation: 0.41 and the lightness value of 9665bf is 0.57.

The process color (four color CMYK) of #9665bf color hex is 0.21, 0.47, 0.00, 0.25. Web safe color of #9665bf is #9966cc. Color #9665bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100101 10111111
Octal 226 145 277
Decimal 150 101 191
Hex 96 65 BF

RGB Percentages of Color #9665bf

%33.94
%22.85
%43.21

CMYK Percentages of Color #9665bf

%21
%47
%0
%25

Triadic Colors of #9665bf

#9665bf #bf9665 #65bf96

Analogous Colors of #9665bf

#9665bf #bf65bb #6965bf

Monochromatic Colors of #9665bf

#9665bf

Complementary Color

#9665bf #8ebf65

#9665bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9665bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9665bf Color CSS Codes

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

#9665bf Text Font Color

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

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


#9665bf Background Color

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

This div background color is #9665bf


#9665bf Border Color

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

This div border color is #9665bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,101,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9665bf


Comments

No comments written yet.

Please login to write comment.