Color Hex Logo

#9671bd Color Hex

#9671BD
(150,113,189)
0 Favorites   0 Comments

Color spaces of #9671bd

RGB 150113189
HSL0.750.370.59
HSV269°40°74°
CMYK 0.210.400.00   0.26
XYZ27.668121.968450.9262
Yxy21.96840.27510.2185
Hunter Lab46.870523.3470-31.6111
CIE-Lab53.993529.6769-34.5688

#9671bd color RGB value is (150,113,189).

#9671bd hex color red value is 150, green value is 113 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9671bd hue: 0.75 , saturation: 0.37 and the lightness value of 9671bd is 0.59.

The process color (four color CMYK) of #9671bd color hex is 0.21, 0.40, 0.00, 0.26. Web safe color of #9671bd is #9966cc. Color #9671bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01110001 10111101
Octal 226 161 275
Decimal 150 113 189
Hex 96 71 BD

RGB Percentages of Color #9671bd

%33.19
%25.00
%41.81

CMYK Percentages of Color #9671bd

%21
%40
%0
%26

Triadic Colors of #9671bd

#9671bd #bd9671 #71bd96

Analogous Colors of #9671bd

#9671bd #bc71bd #7172bd

Monochromatic Colors of #9671bd

#9671bd

Complementary Color

#9671bd #98bd71

#9671bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9671bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9671bd Color CSS Codes

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

#9671bd Text Font Color

<p style="color:#9671bd">Text here</p>

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


#9671bd Background Color

<div style="background-color:#9671bd">
Div content here</div>

This div background color is #9671bd


#9671bd Border Color

<div style="border:3px solid #9671bd">
Div here</div>

This div border color is #9671bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,113,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9671bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9671bd;
  -webkit-box-shadow: 1px 1px 3px 2px #9671bd;
  box-shadow:         1px 1px 3px 2px #9671bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9671bd

#9671bd Color Palettes


Comments

No comments written yet.

Please login to write comment.