Color Hex Logo

#712262 Color Hex

#712262
(113,34,98)
0 Favorites   0 Comments

Color spaces of #712262

RGB 1133498
HSL0.860.540.29
HSV311°70°44°
CMYK 0.000.700.13   0.56
XYZ9.58675.536612.1187
Yxy5.53660.35190.2032
Hunter Lab23.530031.5479-14.0653
CIE-Lab28.211942.1765-19.9771

#712262 color RGB value is (113,34,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100010 01100010
Octal 161 42 142
Decimal 113 34 98
Hex 71 22 62

RGB Percentages of Color #712262

%46.12
%13.88
%40.00

CMYK Percentages of Color #712262

%0
%70
%13
%56

Triadic Colors of #712262

#712262 #627122 #226271

Analogous Colors of #712262

#712262 #71223b #582271

Monochromatic Colors of #712262

#712262

Complementary Color

#712262 #227131

#712262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712262 Color CSS Codes

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

#712262 Text Font Color

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

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


#712262 Background Color

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

This div background color is #712262


#712262 Border Color

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

This div border color is #712262


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712262


Comments

No comments written yet.

Please login to write comment.