Color Hex Logo

#9753bd Color Hex

#9753BD
(151,83,189)
0 Favorites   0 Comments

Color spaces of #9753bd

RGB 15183189
HSL0.770.450.53
HSV278°56°74°
CMYK 0.200.560.00   0.26
XYZ25.041116.439949.9975
Yxy16.43990.27370.1797
Hunter Lab40.546139.2850-44.7283
CIE-Lab47.546446.6277-44.7349

#9753bd color RGB value is (151,83,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01010011 10111101
Octal 227 123 275
Decimal 151 83 189
Hex 97 53 BD

RGB Percentages of Color #9753bd

%35.70
%19.62
%44.68

CMYK Percentages of Color #9753bd

%20
%56
%0
%26

Triadic Colors of #9753bd

#9753bd #bd9753 #53bd97

Analogous Colors of #9753bd

#9753bd #bd53ae #6253bd

Monochromatic Colors of #9753bd

#9753bd

Complementary Color

#9753bd #79bd53

#9753bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9753bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9753bd Color CSS Codes

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

#9753bd Text Font Color

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

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


#9753bd Background Color

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

This div background color is #9753bd


#9753bd Border Color

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

This div border color is #9753bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9753bd


Comments

No comments written yet.

Please login to write comment.