Color Hex Logo

#965190 Color Hex

#965190
(150,81,144)
0 Favorites   0 Comments

Color spaces of #965190

RGB 15081144
HSL0.850.300.45
HSV305°46°59°
CMYK 0.000.460.04   0.41
XYZ20.554114.382528.0783
Yxy14.38250.32620.2282
Hunter Lab37.924330.3755-17.3500
CIE-Lab44.776638.1487-22.5143

#965190 color RGB value is (150,81,144).

#965190 hex color red value is 150, green value is 81 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #965190 hue: 0.85 , saturation: 0.30 and the lightness value of 965190 is 0.45.

The process color (four color CMYK) of #965190 color hex is 0.00, 0.46, 0.04, 0.41. Web safe color of #965190 is #996699. Color #965190 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01010001 10010000
Octal 226 121 220
Decimal 150 81 144
Hex 96 51 90

RGB Percentages of Color #965190

%40.00
%21.60
%38.40

CMYK Percentages of Color #965190

%0
%46
%4
%41

Triadic Colors of #965190

#965190 #909651 #519096

Analogous Colors of #965190

#965190 #96516e #7a5196

Monochromatic Colors of #965190

#965190

Complementary Color

#965190 #519657

#965190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#965190 Color CSS Codes

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

#965190 Text Font Color

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

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


#965190 Background Color

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

This div background color is #965190


#965190 Border Color

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

This div border color is #965190


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,81,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #965190; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #965190;
  -webkit-box-shadow: 1px 1px 3px 2px #965190;
  box-shadow:         1px 1px 3px 2px #965190; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965190


Comments

No comments written yet.

Please login to write comment.