Color Hex Logo

#71253f Color Hex

#71253F
(113,37,63)
0 Favorites   0 Comments

Color spaces of #71253f

RGB 1133763
HSL0.940.510.29
HSV339°67°44°
CMYK 0.000.670.44   0.56
XYZ8.36885.19275.2638
Yxy5.19270.44460.2758
Hunter Lab22.787525.67672.2555
CIE-Lab27.276935.90121.7574

#71253f color RGB value is (113,37,63).

#71253f hex color red value is 113, green value is 37 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #71253f hue: 0.94 , saturation: 0.51 and the lightness value of 71253f is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100101 00111111
Octal 161 45 77
Decimal 113 37 63
Hex 71 25 3F

RGB Percentages of Color #71253f

%53.05
%17.37
%29.58

CMYK Percentages of Color #71253f

%0
%67
%44
%56

Triadic Colors of #71253f

#71253f #3f7125 #253f71

Analogous Colors of #71253f

#71253f #713125 #712565

Monochromatic Colors of #71253f

#71253f

Complementary Color

#71253f #257157

#71253f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71253f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71253f Color CSS Codes

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

#71253f Text Font Color

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

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


#71253f Background Color

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

This div background color is #71253f


#71253f Border Color

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

This div border color is #71253f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71253f


Comments

No comments written yet.

Please login to write comment.