Color Hex Logo

#712799 Color Hex

#712799
(113,39,153)
0 Favorites   0 Comments

Color spaces of #712799

RGB 11339153
HSL0.770.590.38
HSV279°75°60°
CMYK 0.260.750.00   0.40
XYZ13.28537.261730.8384
Yxy7.26170.25850.1413
Hunter Lab26.947540.8434-48.9874
CIE-Lab32.395450.8854-47.9027

#712799 color RGB value is (113,39,153).

#712799 hex color red value is 113, green value is 39 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #712799 hue: 0.77 , saturation: 0.59 and the lightness value of 712799 is 0.38.

The process color (four color CMYK) of #712799 color hex is 0.26, 0.75, 0.00, 0.40. Web safe color of #712799 is #663399. Color #712799 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100111 10011001
Octal 161 47 231
Decimal 113 39 153
Hex 71 27 99

RGB Percentages of Color #712799

%37.05
%12.79
%50.16

CMYK Percentages of Color #712799

%26
%75
%0
%40

Triadic Colors of #712799

#712799 #997127 #279971

Analogous Colors of #712799

#712799 #992788 #382799

Monochromatic Colors of #712799

#712799

Complementary Color

#712799 #4f9927

#712799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712799 Color CSS Codes

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

#712799 Text Font Color

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

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


#712799 Background Color

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

This div background color is #712799


#712799 Border Color

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

This div border color is #712799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712799


Comments

No comments written yet.

Please login to write comment.