Color Hex Logo

#9655ba Color Hex

#9655BA
(150,85,186)
0 Favorites   0 Comments

Color spaces of #9655ba

RGB 15085186
HSL0.770.420.53
HSV279°54°73°
CMYK 0.190.540.00   0.27
XYZ24.689116.526248.3430
Yxy16.52620.27570.1845
Hunter Lab40.652437.2652-42.0497
CIE-Lab47.657444.6403-42.8224

#9655ba color RGB value is (150,85,186).

#9655ba hex color red value is 150, green value is 85 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9655ba hue: 0.77 , saturation: 0.42 and the lightness value of 9655ba is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01010101 10111010
Octal 226 125 272
Decimal 150 85 186
Hex 96 55 BA

RGB Percentages of Color #9655ba

%35.63
%20.19
%44.18

CMYK Percentages of Color #9655ba

%19
%54
%0
%27

Triadic Colors of #9655ba

#9655ba #ba9655 #55ba96

Analogous Colors of #9655ba

#9655ba #ba55ac #6455ba

Monochromatic Colors of #9655ba

#9655ba

Complementary Color

#9655ba #79ba55

#9655ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9655ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9655ba Color CSS Codes

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

#9655ba Text Font Color

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

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


#9655ba Background Color

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

This div background color is #9655ba


#9655ba Border Color

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

This div border color is #9655ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9655ba


Comments

No comments written yet.

Please login to write comment.