Color Hex Logo

#975381 Color Hex

#975381
(151,83,129)
0 Favorites   0 Comments

Color spaces of #975381

RGB 15183129
HSL0.890.290.46
HSV319°45°59°
CMYK 0.000.450.15   0.41
XYZ19.818214.350822.4943
Yxy14.35080.34980.2533
Hunter Lab37.882427.0880-8.6882
CIE-Lab44.731934.7160-13.5216

#975381 color RGB value is (151,83,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01010011 10000001
Octal 227 123 201
Decimal 151 83 129
Hex 97 53 81

RGB Percentages of Color #975381

%41.60
%22.87
%35.54

CMYK Percentages of Color #975381

%0
%45
%15
%41

Triadic Colors of #975381

#975381 #819753 #538197

Analogous Colors of #975381

#975381 #97535f #8b5397

Monochromatic Colors of #975381

#975381

Complementary Color

#975381 #539769

#975381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#975381 Color CSS Codes

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

#975381 Text Font Color

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

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


#975381 Background Color

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

This div background color is #975381


#975381 Border Color

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

This div border color is #975381


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,83,129, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975381


Comments

No comments written yet.

Please login to write comment.