Color Hex Logo

#711834 Color Hex

#711834
(113,24,52)
0 Favorites   0 Comments

Color spaces of #711834

RGB 1132452
HSL0.950.650.27
HSV341°79°44°
CMYK 0.000.790.54   0.56
XYZ7.75654.41193.6916
Yxy4.41190.48910.2782
Hunter Lab21.004529.15814.2828
CIE-Lab24.988940.20015.9392

#711834 color RGB value is (113,24,52).

#711834 hex color red value is 113, green value is 24 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #711834 hue: 0.95 , saturation: 0.65 and the lightness value of 711834 is 0.27.

The process color (four color CMYK) of #711834 color hex is 0.00, 0.79, 0.54, 0.56. Web safe color of #711834 is #660033. Color #711834 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011000 00110100
Octal 161 30 64
Decimal 113 24 52
Hex 71 18 34

RGB Percentages of Color #711834

%59.79
%12.70
%27.51

CMYK Percentages of Color #711834

%0
%79
%54
%56

Triadic Colors of #711834

#711834 #347118 #183471

Analogous Colors of #711834

#711834 #712918 #711861

Monochromatic Colors of #711834

#711834

Complementary Color

#711834 #187155

#711834 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711834 Color Preview on White Background

Lorem ipsum dolor sit amet.

#711834 Color CSS Codes

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

#711834 Text Font Color

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

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


#711834 Background Color

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

This div background color is #711834


#711834 Border Color

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

This div border color is #711834


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711834


Comments

No comments written yet.

Please login to write comment.