Color Hex Logo

#711265 Color Hex

#711265
(113,18,101)
0 Favorites   0 Comments

Color spaces of #711265

RGB 11318101
HSL0.850.730.26
HSV308°84°44°
CMYK 0.000.840.11   0.56
XYZ9.37534.882912.7603
Yxy4.88290.34700.1807
Hunter Lab22.097337.0626-18.7695
CIE-Lab26.398548.2692-24.7723

#711265 color RGB value is (113,18,101).

#711265 hex color red value is 113, green value is 18 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #711265 hue: 0.85 , saturation: 0.73 and the lightness value of 711265 is 0.26.

The process color (four color CMYK) of #711265 color hex is 0.00, 0.84, 0.11, 0.56. Web safe color of #711265 is #660066. Color #711265 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010010 01100101
Octal 161 22 145
Decimal 113 18 101
Hex 71 12 65

RGB Percentages of Color #711265

%48.71
%7.76
%43.53

CMYK Percentages of Color #711265

%0
%84
%11
%56

Triadic Colors of #711265

#711265 #657112 #126571

Analogous Colors of #711265

#711265 #711236 #4e1271

Monochromatic Colors of #711265

#711265

Complementary Color

#711265 #12711e

#711265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#711265 Color CSS Codes

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

#711265 Text Font Color

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

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


#711265 Background Color

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

This div background color is #711265


#711265 Border Color

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

This div border color is #711265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711265


Comments

No comments written yet.

Please login to write comment.