Color Hex Logo

#9755bd Color Hex

#9755BD
(151,85,189)
0 Favorites   0 Comments

Color spaces of #9755bd

RGB 15185189
HSL0.770.440.54
HSV278°55°74°
CMYK 0.200.550.00   0.26
XYZ25.196316.750450.0493
Yxy16.75040.27390.1821
Hunter Lab40.927338.2684-43.8557
CIE-Lab47.944045.5749-44.1027

#9755bd color RGB value is (151,85,189).

#9755bd hex color red value is 151, green value is 85 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9755bd hue: 0.77 , saturation: 0.44 and the lightness value of 9755bd is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01010101 10111101
Octal 227 125 275
Decimal 151 85 189
Hex 97 55 BD

RGB Percentages of Color #9755bd

%35.53
%20.00
%44.47

CMYK Percentages of Color #9755bd

%20
%55
%0
%26

Triadic Colors of #9755bd

#9755bd #bd9755 #55bd97

Analogous Colors of #9755bd

#9755bd #bd55af #6355bd

Monochromatic Colors of #9755bd

#9755bd

Complementary Color

#9755bd #7bbd55

#9755bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9755bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9755bd Color CSS Codes

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

#9755bd Text Font Color

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

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


#9755bd Background Color

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

This div background color is #9755bd


#9755bd Border Color

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

This div border color is #9755bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9755bd


Comments

No comments written yet.

Please login to write comment.