Color Hex Logo

#9670be Color Hex

#9670BE
(150,112,190)
0 Favorites   0 Comments

Color spaces of #9670be

RGB 150112190
HSL0.750.380.59
HSV269°41°75°
CMYK 0.210.410.00   0.25
XYZ27.666121.790151.4629
Yxy21.79010.27410.2159
Hunter Lab46.679924.1031-32.6892
CIE-Lab53.803630.4874-35.4396

#9670be color RGB value is (150,112,190).

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

The process color (four color CMYK) of #9670be color hex is 0.21, 0.41, 0.00, 0.25. Web safe color of #9670be is #9966cc. Color #9670be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01110000 10111110
Octal 226 160 276
Decimal 150 112 190
Hex 96 70 BE

RGB Percentages of Color #9670be

%33.19
%24.78
%42.04

CMYK Percentages of Color #9670be

%21
%41
%0
%25

Triadic Colors of #9670be

#9670be #be9670 #70be96

Analogous Colors of #9670be

#9670be #bd70be #7071be

Monochromatic Colors of #9670be

#9670be

Complementary Color

#9670be #98be70

#9670be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9670be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9670be Color CSS Codes

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

#9670be Text Font Color

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

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


#9670be Background Color

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

This div background color is #9670be


#9670be Border Color

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

This div border color is #9670be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,112,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9670be


Comments

No comments written yet.

Please login to write comment.