Color Hex Logo

#711281 Color Hex

#711281
(113,18,129)
0 Favorites   0 Comments

Color spaces of #711281

RGB 11318129
HSL0.810.760.29
HSV291°86°51°
CMYK 0.120.860.00   0.49
XYZ10.98885.528321.2568
Yxy5.52830.29090.1464
Hunter Lab23.512342.2777-37.1437
CIE-Lab28.189853.1062-39.8333

#711281 color RGB value is (113,18,129).

#711281 hex color red value is 113, green value is 18 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #711281 hue: 0.81 , saturation: 0.76 and the lightness value of 711281 is 0.29.

The process color (four color CMYK) of #711281 color hex is 0.12, 0.86, 0.00, 0.49. Web safe color of #711281 is #660099. Color #711281 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010010 10000001
Octal 161 22 201
Decimal 113 18 129
Hex 71 12 81

RGB Percentages of Color #711281

%43.46
%6.92
%49.62

CMYK Percentages of Color #711281

%12
%86
%0
%49

Triadic Colors of #711281

#711281 #817112 #128171

Analogous Colors of #711281

#711281 #811259 #3a1281

Monochromatic Colors of #711281

#711281

Complementary Color

#711281 #228112

#711281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#711281 Color CSS Codes

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

#711281 Text Font Color

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

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


#711281 Background Color

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

This div background color is #711281


#711281 Border Color

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

This div border color is #711281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711281


Comments

No comments written yet.

Please login to write comment.