Color Hex Logo

#9670ba Color Hex

#9670BA
(150,112,186)
0 Favorites   0 Comments

Color spaces of #9670ba

RGB 150112186
HSL0.750.350.58
HSV271°40°73°
CMYK 0.190.400.00   0.27
XYZ27.234821.617549.1915
Yxy21.61750.27780.2205
Hunter Lab46.494623.1930-30.1828
CIE-Lab53.618829.5529-33.4317

#9670ba color RGB value is (150,112,186).

#9670ba hex color red value is 150, green value is 112 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9670ba hue: 0.75 , saturation: 0.35 and the lightness value of 9670ba is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01110000 10111010
Octal 226 160 272
Decimal 150 112 186
Hex 96 70 BA

RGB Percentages of Color #9670ba

%33.48
%25.00
%41.52

CMYK Percentages of Color #9670ba

%19
%40
%0
%27

Triadic Colors of #9670ba

#9670ba #ba9670 #70ba96

Analogous Colors of #9670ba

#9670ba #ba70b9 #7170ba

Monochromatic Colors of #9670ba

#9670ba

Complementary Color

#9670ba #94ba70

#9670ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9670ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9670ba Color CSS Codes

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

#9670ba Text Font Color

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

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


#9670ba Background Color

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

This div background color is #9670ba


#9670ba Border Color

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

This div border color is #9670ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9670ba


Comments

No comments written yet.

Please login to write comment.