Color Hex Logo

#972013 Color Hex

#972013
(151,32,19)
0 Favorites   0 Comments

Color spaces of #972013

RGB 1513219
HSL0.020.780.33
HSV87°59°
CMYK 0.000.790.87   0.41
XYZ13.39667.65941.3884
Yxy7.65940.59690.3413
Hunter Lab27.675637.972016.3985
CIE-Lab33.263247.867338.2117

#972013 color RGB value is (151,32,19).

#972013 hex color red value is 151, green value is 32 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #972013 hue: 0.02 , saturation: 0.78 and the lightness value of 972013 is 0.33.

The process color (four color CMYK) of #972013 color hex is 0.00, 0.79, 0.87, 0.41. Web safe color of #972013 is #993300. Color #972013 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00100000 00010011
Octal 227 40 23
Decimal 151 32 19
Hex 97 20 13

RGB Percentages of Color #972013

%74.75
%15.84
%9.41

CMYK Percentages of Color #972013

%0
%79
%87
%41

Triadic Colors of #972013

#972013 #139720 #201397

Analogous Colors of #972013

#972013 #976213 #971348

Monochromatic Colors of #972013

#972013

Complementary Color

#972013 #138a97

#972013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#972013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#972013 Color CSS Codes

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

#972013 Text Font Color

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

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


#972013 Background Color

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

This div background color is #972013


#972013 Border Color

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

This div border color is #972013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #972013


Comments

No comments written yet.

Please login to write comment.