Color Hex Logo

#712630 Color Hex

#712630
(113,38,48)
0 Favorites   0 Comments

Color spaces of #712630

RGB 1133848
HSL0.980.500.30
HSV352°66°44°
CMYK 0.000.660.58   0.56
XYZ8.03675.11033.3591
Yxy5.11030.48690.3096
Hunter Lab22.606023.89857.0141
CIE-Lab27.046733.910911.4920

#712630 color RGB value is (113,38,48).

#712630 hex color red value is 113, green value is 38 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #712630 hue: 0.98 , saturation: 0.50 and the lightness value of 712630 is 0.30.

The process color (four color CMYK) of #712630 color hex is 0.00, 0.66, 0.58, 0.56. Web safe color of #712630 is #663333. Color #712630 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100110 00110000
Octal 161 46 60
Decimal 113 38 48
Hex 71 26 30

RGB Percentages of Color #712630

%56.78
%19.10
%24.12

CMYK Percentages of Color #712630

%0
%66
%58
%56

Triadic Colors of #712630

#712630 #307126 #263071

Analogous Colors of #712630

#712630 #714226 #712656

Monochromatic Colors of #712630

#712630

Complementary Color

#712630 #267167

#712630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712630 Color CSS Codes

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

#712630 Text Font Color

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

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


#712630 Background Color

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

This div background color is #712630


#712630 Border Color

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

This div border color is #712630


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712630


Comments

No comments written yet.

Please login to write comment.