Color Hex Logo

#712025 Color Hex

#712025
(113,32,37)
0 Favorites   0 Comments

Color spaces of #712025

RGB 1133237
HSL0.990.560.28
HSV356°72°44°
CMYK 0.000.720.67   0.56
XYZ7.66054.67732.2493
Yxy4.67730.52520.3206
Hunter Lab21.627125.37898.9726
CIE-Lab25.794935.827717.1829

#712025 color RGB value is (113,32,37).

#712025 hex color red value is 113, green value is 32 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #712025 hue: 0.99 , saturation: 0.56 and the lightness value of 712025 is 0.28.

The process color (four color CMYK) of #712025 color hex is 0.00, 0.72, 0.67, 0.56. Web safe color of #712025 is #663333. Color #712025 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100000 00100101
Octal 161 40 45
Decimal 113 32 37
Hex 71 20 25

RGB Percentages of Color #712025

%62.09
%17.58
%20.33

CMYK Percentages of Color #712025

%0
%72
%67
%56

Triadic Colors of #712025

#712025 #257120 #202571

Analogous Colors of #712025

#712025 #714320 #71204e

Monochromatic Colors of #712025

#712025

Complementary Color

#712025 #20716c

#712025 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712025 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712025 Color CSS Codes

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

#712025 Text Font Color

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

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


#712025 Background Color

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

This div background color is #712025


#712025 Border Color

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

This div border color is #712025


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712025


Comments

No comments written yet.

Please login to write comment.