Color Hex Logo

#711925 Color Hex

#711925
(113,25,37)
0 Favorites   0 Comments

Color spaces of #711925

RGB 1132537
HSL0.980.640.27
HSV352°78°44°
CMYK 0.000.780.67   0.56
XYZ7.49164.33952.1930
Yxy4.33950.53420.3094
Hunter Lab20.831527.73878.3404
CIE-Lab24.763538.674315.8663

#711925 color RGB value is (113,25,37).

#711925 hex color red value is 113, green value is 25 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #711925 hue: 0.98 , saturation: 0.64 and the lightness value of 711925 is 0.27.

The process color (four color CMYK) of #711925 color hex is 0.00, 0.78, 0.67, 0.56. Web safe color of #711925 is #660033. Color #711925 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011001 00100101
Octal 161 31 45
Decimal 113 25 37
Hex 71 19 25

RGB Percentages of Color #711925

%64.57
%14.29
%21.14

CMYK Percentages of Color #711925

%0
%78
%67
%56

Triadic Colors of #711925

#711925 #257119 #192571

Analogous Colors of #711925

#711925 #713919 #711951

Monochromatic Colors of #711925

#711925

Complementary Color

#711925 #197165

#711925 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711925 Color Preview on White Background

Lorem ipsum dolor sit amet.

#711925 Color CSS Codes

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

#711925 Text Font Color

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

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


#711925 Background Color

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

This div background color is #711925


#711925 Border Color

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

This div border color is #711925


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711925


Comments

No comments written yet.

Please login to write comment.