Color Hex Logo

#9675bd Color Hex

#9675BD
(150,117,189)
0 Favorites   0 Comments

Color spaces of #9675bd

RGB 150117189
HSL0.740.350.60
HSV268°38°74°
CMYK 0.210.380.00   0.26
XYZ28.124322.880751.0782
Yxy22.88070.27550.2241
Hunter Lab47.833821.2416-29.8278
CIE-Lab54.949227.3685-33.0752

#9675bd color RGB value is (150,117,189).

#9675bd hex color red value is 150, green value is 117 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9675bd hue: 0.74 , saturation: 0.35 and the lightness value of 9675bd is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01110101 10111101
Octal 226 165 275
Decimal 150 117 189
Hex 96 75 BD

RGB Percentages of Color #9675bd

%32.89
%25.66
%41.45

CMYK Percentages of Color #9675bd

%21
%38
%0
%26

Triadic Colors of #9675bd

#9675bd #bd9675 #75bd96

Analogous Colors of #9675bd

#9675bd #ba75bd #7578bd

Monochromatic Colors of #9675bd

#9675bd

Complementary Color

#9675bd #9cbd75

#9675bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9675bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9675bd Color CSS Codes

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

#9675bd Text Font Color

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

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


#9675bd Background Color

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

This div background color is #9675bd


#9675bd Border Color

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

This div border color is #9675bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9675bd


Comments

No comments written yet.

Please login to write comment.