Color Hex Logo

#712327 Color Hex

#712327
(113,35,39)
0 Favorites   0 Comments

Color spaces of #712327

RGB 1133539
HSL0.990.530.29
HSV357°69°44°
CMYK 0.000.690.65   0.56
XYZ7.77734.85932.4475
Yxy4.85930.51560.3221
Hunter Lab22.043824.40018.8478
CIE-Lab26.330134.612916.5390

#712327 color RGB value is (113,35,39).

#712327 hex color red value is 113, green value is 35 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #712327 hue: 0.99 , saturation: 0.53 and the lightness value of 712327 is 0.29.

The process color (four color CMYK) of #712327 color hex is 0.00, 0.69, 0.65, 0.56. Web safe color of #712327 is #663333. Color #712327 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100011 00100111
Octal 161 43 47
Decimal 113 35 39
Hex 71 23 27

RGB Percentages of Color #712327

%60.43
%18.72
%20.86

CMYK Percentages of Color #712327

%0
%69
%65
%56

Triadic Colors of #712327

#712327 #277123 #232771

Analogous Colors of #712327

#712327 #714623 #71234e

Monochromatic Colors of #712327

#712327

Complementary Color

#712327 #23716d

#712327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712327 Color CSS Codes

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

#712327 Text Font Color

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

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


#712327 Background Color

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

This div background color is #712327


#712327 Border Color

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

This div border color is #712327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712327


Comments

No comments written yet.

Please login to write comment.