Color Hex Logo

#712270 Color Hex

#712270
(113,34,112)
0 Favorites   0 Comments

Color spaces of #712270

RGB 11334112
HSL0.840.540.29
HSV301°70°44°
CMYK 0.000.700.01   0.56
XYZ10.30675.824615.9103
Yxy5.82460.32170.1818
Hunter Lab24.134233.9949-22.1926
CIE-Lab28.965644.6145-27.8155

#712270 color RGB value is (113,34,112).

#712270 hex color red value is 113, green value is 34 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #712270 hue: 0.84 , saturation: 0.54 and the lightness value of 712270 is 0.29.

The process color (four color CMYK) of #712270 color hex is 0.00, 0.70, 0.01, 0.56. Web safe color of #712270 is #663366. Color #712270 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100010 01110000
Octal 161 42 160
Decimal 113 34 112
Hex 71 22 70

RGB Percentages of Color #712270

%43.63
%13.13
%43.24

CMYK Percentages of Color #712270

%0
%70
%1
%56

Triadic Colors of #712270

#712270 #707122 #227071

Analogous Colors of #712270

#712270 #712249 #4b2271

Monochromatic Colors of #712270

#712270

Complementary Color

#712270 #227123

#712270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712270 Color CSS Codes

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

#712270 Text Font Color

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

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


#712270 Background Color

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

This div background color is #712270


#712270 Border Color

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

This div border color is #712270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712270


Comments

No comments written yet.

Please login to write comment.