Color Hex Logo

#711483 Color Hex

#711483
(113,20,131)
0 Favorites   0 Comments

Color spaces of #711483

RGB 11320131
HSL0.810.740.30
HSV290°85°51°
CMYK 0.140.850.00   0.49
XYZ11.15695.649721.9752
Yxy5.64970.28770.1457
Hunter Lab23.769142.1896-38.1769
CIE-Lab28.510952.9578-40.5722

#711483 color RGB value is (113,20,131).

#711483 hex color red value is 113, green value is 20 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #711483 hue: 0.81 , saturation: 0.74 and the lightness value of 711483 is 0.30.

The process color (four color CMYK) of #711483 color hex is 0.14, 0.85, 0.00, 0.49. Web safe color of #711483 is #660099. Color #711483 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010100 10000011
Octal 161 24 203
Decimal 113 20 131
Hex 71 14 83

RGB Percentages of Color #711483

%42.80
%7.58
%49.62

CMYK Percentages of Color #711483

%14
%85
%0
%49

Triadic Colors of #711483

#711483 #837114 #148371

Analogous Colors of #711483

#711483 #83145e #3a1483

Monochromatic Colors of #711483

#711483

Complementary Color

#711483 #268314

#711483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#711483 Color CSS Codes

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

#711483 Text Font Color

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

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


#711483 Background Color

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

This div background color is #711483


#711483 Border Color

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

This div border color is #711483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711483


Comments

No comments written yet.

Please login to write comment.