Color Hex Logo

#712455 Color Hex

#712455
(113,36,85)
0 Favorites   0 Comments

Color spaces of #712455

RGB 1133685
HSL0.890.520.29
HSV322°68°44°
CMYK 0.000.680.25   0.56
XYZ9.08065.42839.1635
Yxy5.42830.38360.2293
Hunter Lab23.298728.7971-7.0100
CIE-Lab27.921739.2573-11.9186

#712455 color RGB value is (113,36,85).

#712455 hex color red value is 113, green value is 36 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #712455 hue: 0.89 , saturation: 0.52 and the lightness value of 712455 is 0.29.

The process color (four color CMYK) of #712455 color hex is 0.00, 0.68, 0.25, 0.56. Web safe color of #712455 is #663366. Color #712455 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100100 01010101
Octal 161 44 125
Decimal 113 36 85
Hex 71 24 55

RGB Percentages of Color #712455

%48.29
%15.38
%36.32

CMYK Percentages of Color #712455

%0
%68
%25
%56

Triadic Colors of #712455

#712455 #557124 #245571

Analogous Colors of #712455

#712455 #71242e #672471

Monochromatic Colors of #712455

#712455

Complementary Color

#712455 #247140

#712455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712455 Color CSS Codes

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

#712455 Text Font Color

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

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


#712455 Background Color

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

This div background color is #712455


#712455 Border Color

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

This div border color is #712455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712455


Comments

No comments written yet.

Please login to write comment.