Color Hex Logo

#711396 Color Hex

#711396
(113,19,150)
0 Favorites   0 Comments

Color spaces of #711396

RGB 11319150
HSL0.790.780.33
HSV283°87°59°
CMYK 0.250.870.00   0.41
XYZ12.54796.178529.3854
Yxy6.17850.26080.1284
Hunter Lab24.856646.6099-52.6929
CIE-Lab29.858456.9281-50.1808

#711396 color RGB value is (113,19,150).

#711396 hex color red value is 113, green value is 19 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #711396 hue: 0.79 , saturation: 0.78 and the lightness value of 711396 is 0.33.

The process color (four color CMYK) of #711396 color hex is 0.25, 0.87, 0.00, 0.41. Web safe color of #711396 is #660099. Color #711396 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010011 10010110
Octal 161 23 226
Decimal 113 19 150
Hex 71 13 96

RGB Percentages of Color #711396

%40.07
%6.74
%53.19

CMYK Percentages of Color #711396

%25
%87
%0
%41

Triadic Colors of #711396

#711396 #967113 #139671

Analogous Colors of #711396

#711396 #96137a #301396

Monochromatic Colors of #711396

#711396

Complementary Color

#711396 #389613

#711396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#711396 Color CSS Codes

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

#711396 Text Font Color

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

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


#711396 Background Color

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

This div background color is #711396


#711396 Border Color

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

This div border color is #711396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711396


Comments

No comments written yet.

Please login to write comment.