Color Hex Logo

#713559 Color Hex

#713559
(113,53,89)
0 Favorites   0 Comments

Color spaces of #713559

RGB 1135389
HSL0.900.360.33
HSV324°53°44°
CMYK 0.000.530.21   0.56
XYZ9.88636.778210.2384
Yxy6.77820.36750.2520
Hunter Lab26.035022.2209-5.0916
CIE-Lab31.296531.2802-9.4010

#713559 color RGB value is (113,53,89).

#713559 hex color red value is 113, green value is 53 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #713559 hue: 0.90 , saturation: 0.36 and the lightness value of 713559 is 0.33.

The process color (four color CMYK) of #713559 color hex is 0.00, 0.53, 0.21, 0.56. Web safe color of #713559 is #663366. Color #713559 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110101 01011001
Octal 161 65 131
Decimal 113 53 89
Hex 71 35 59

RGB Percentages of Color #713559

%44.31
%20.78
%34.90

CMYK Percentages of Color #713559

%0
%53
%21
%56

Triadic Colors of #713559

#713559 #597135 #355971

Analogous Colors of #713559

#713559 #71353b #6b3571

Monochromatic Colors of #713559

#713559

Complementary Color

#713559 #35714d

#713559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713559 Color CSS Codes

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

#713559 Text Font Color

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

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


#713559 Background Color

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

This div background color is #713559


#713559 Border Color

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

This div border color is #713559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713559


Comments

No comments written yet.

Please login to write comment.