Color Hex Logo

#945980 Color Hex

#945980
(148,89,128)
0 Favorites   0 Comments

Color spaces of #945980

RGB 14889128
HSL0.890.250.46
HSV320°40°58°
CMYK 0.000.400.14   0.42
XYZ19.681414.999222.2799
Yxy14.99920.34550.2633
Hunter Lab38.728822.9356-6.9982
CIE-Lab45.633130.1476-11.5910

#945980 color RGB value is (148,89,128).

#945980 hex color red value is 148, green value is 89 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #945980 hue: 0.89 , saturation: 0.25 and the lightness value of 945980 is 0.46.

The process color (four color CMYK) of #945980 color hex is 0.00, 0.40, 0.14, 0.42. Web safe color of #945980 is #996699. Color #945980 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01011001 10000000
Octal 224 131 200
Decimal 148 89 128
Hex 94 59 80

RGB Percentages of Color #945980

%40.55
%24.38
%35.07

CMYK Percentages of Color #945980

%0
%40
%14
%42

Triadic Colors of #945980

#945980 #809459 #598094

Analogous Colors of #945980

#945980 #945963 #8b5994

Monochromatic Colors of #945980

#945980

Complementary Color

#945980 #59946d

#945980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#945980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#945980 Color CSS Codes

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

#945980 Text Font Color

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

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


#945980 Background Color

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

This div background color is #945980


#945980 Border Color

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

This div border color is #945980


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,89,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #945980; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #945980;
  -webkit-box-shadow: 1px 1px 3px 2px #945980;
  box-shadow:         1px 1px 3px 2px #945980; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,89,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #945980


Comments

No comments written yet.

Please login to write comment.