Color Hex Logo

#9764bd Color Hex

#9764BD
(151,100,189)
0 Favorites   0 Comments

Color spaces of #9764bd

RGB 151100189
HSL0.760.400.57
HSV274°47°74°
CMYK 0.200.470.00   0.26
XYZ26.505019.367850.4855
Yxy19.36780.27510.2010
Hunter Lab44.008930.4888-37.2093
CIE-Lab51.114837.3751-39.0829

#9764bd color RGB value is (151,100,189).

#9764bd hex color red value is 151, green value is 100 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9764bd hue: 0.76 , saturation: 0.40 and the lightness value of 9764bd is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01100100 10111101
Octal 227 144 275
Decimal 151 100 189
Hex 97 64 BD

RGB Percentages of Color #9764bd

%34.32
%22.73
%42.95

CMYK Percentages of Color #9764bd

%20
%47
%0
%26

Triadic Colors of #9764bd

#9764bd #bd9764 #64bd97

Analogous Colors of #9764bd

#9764bd #bd64b7 #6b64bd

Monochromatic Colors of #9764bd

#9764bd

Complementary Color

#9764bd #8abd64

#9764bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9764bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9764bd Color CSS Codes

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

#9764bd Text Font Color

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

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


#9764bd Background Color

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

This div background color is #9764bd


#9764bd Border Color

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

This div border color is #9764bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9764bd


Comments

No comments written yet.

Please login to write comment.