Color Hex Logo

#97414d Color Hex

#97414D
(151,65,77)
0 Favorites   0 Comments

Color spaces of #97414d

RGB 1516577
HSL0.980.400.42
HSV352°57°59°
CMYK 0.000.570.49   0.41
XYZ15.992410.89578.2814
Yxy10.89570.45470.3098
Hunter Lab33.008628.71668.2310
CIE-Lab39.404237.222110.7866

#97414d color RGB value is (151,65,77).

#97414d hex color red value is 151, green value is 65 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #97414d hue: 0.98 , saturation: 0.40 and the lightness value of 97414d is 0.42.

The process color (four color CMYK) of #97414d color hex is 0.00, 0.57, 0.49, 0.41. Web safe color of #97414d is #993366. Color #97414d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01000001 01001101
Octal 227 101 115
Decimal 151 65 77
Hex 97 41 4D

RGB Percentages of Color #97414d

%51.54
%22.18
%26.28

CMYK Percentages of Color #97414d

%0
%57
%49
%41

Triadic Colors of #97414d

#97414d #4d9741 #414d97

Analogous Colors of #97414d

#97414d #976041 #974178

Monochromatic Colors of #97414d

#97414d

Complementary Color

#97414d #41978b

#97414d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97414d Color Preview on White Background

Lorem ipsum dolor sit amet.

#97414d Color CSS Codes

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

#97414d Text Font Color

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

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


#97414d Background Color

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

This div background color is #97414d


#97414d Border Color

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

This div border color is #97414d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,65,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #97414d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #97414d;
  -webkit-box-shadow: 1px 1px 3px 2px #97414d;
  box-shadow:         1px 1px 3px 2px #97414d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97414d


Comments

No comments written yet.

Please login to write comment.