Color Hex Logo

#975480 Color Hex

#975480
(151,84,128)
0 Favorites   0 Comments

Color spaces of #975480

RGB 15184128
HSL0.890.290.46
HSV321°44°59°
CMYK 0.000.440.15   0.41
XYZ19.829114.478522.1716
Yxy14.47850.35110.2564
Hunter Lab38.050626.4321-7.9121
CIE-Lab44.911533.9961-12.6438

#975480 color RGB value is (151,84,128).

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

The process color (four color CMYK) of #975480 color hex is 0.00, 0.44, 0.15, 0.41. Web safe color of #975480 is #996699. Color #975480 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01010100 10000000
Octal 227 124 200
Decimal 151 84 128
Hex 97 54 80

RGB Percentages of Color #975480

%41.60
%23.14
%35.26

CMYK Percentages of Color #975480

%0
%44
%15
%41

Triadic Colors of #975480

#975480 #809754 #548097

Analogous Colors of #975480

#975480 #97545f #8d5497

Monochromatic Colors of #975480

#975480

Complementary Color

#975480 #54976b

#975480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#975480 Color CSS Codes

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

#975480 Text Font Color

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

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


#975480 Background Color

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

This div background color is #975480


#975480 Border Color

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

This div border color is #975480


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,84,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 #975480">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975480


Comments

No comments written yet.

Please login to write comment.