Color Hex Logo

#9753ba Color Hex

#9753BA
(151,83,186)
0 Favorites   0 Comments

Color spaces of #9753ba

RGB 15183186
HSL0.780.430.53
HSV280°55°73°
CMYK 0.190.550.00   0.27
XYZ24.718716.311048.2999
Yxy16.31100.27670.1826
Hunter Lab40.386938.5735-42.6359
CIE-Lab47.379945.9639-43.2555

#9753ba color RGB value is (151,83,186).

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

The process color (four color CMYK) of #9753ba color hex is 0.19, 0.55, 0.00, 0.27. Web safe color of #9753ba is #9966cc. Color #9753ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01010011 10111010
Octal 227 123 272
Decimal 151 83 186
Hex 97 53 BA

RGB Percentages of Color #9753ba

%35.95
%19.76
%44.29

CMYK Percentages of Color #9753ba

%19
%55
%0
%27

Triadic Colors of #9753ba

#9753ba #ba9753 #53ba97

Analogous Colors of #9753ba

#9753ba #ba53aa #6453ba

Monochromatic Colors of #9753ba

#9753ba

Complementary Color

#9753ba #76ba53

#9753ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9753ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9753ba Color CSS Codes

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

#9753ba Text Font Color

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

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


#9753ba Background Color

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

This div background color is #9753ba


#9753ba Border Color

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

This div border color is #9753ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,83,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9753ba


Comments

No comments written yet.

Please login to write comment.