Color Hex Logo

#712774 Color Hex

#712774
(113,39,116)
0 Favorites   0 Comments

Color spaces of #712774

RGB 11339116
HSL0.830.500.30
HSV298°66°45°
CMYK 0.030.660.00   0.55
XYZ10.68806.222717.1608
Yxy6.22270.31370.1826
Hunter Lab24.945332.8252-23.3260
CIE-Lab29.967543.2005-28.7785

#712774 color RGB value is (113,39,116).

#712774 hex color red value is 113, green value is 39 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #712774 hue: 0.83 , saturation: 0.50 and the lightness value of 712774 is 0.30.

The process color (four color CMYK) of #712774 color hex is 0.03, 0.66, 0.00, 0.55. Web safe color of #712774 is #663366. Color #712774 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100111 01110100
Octal 161 47 164
Decimal 113 39 116
Hex 71 27 74

RGB Percentages of Color #712774

%42.16
%14.55
%43.28

CMYK Percentages of Color #712774

%3
%66
%0
%55

Triadic Colors of #712774

#712774 #747127 #277471

Analogous Colors of #712774

#712774 #742750 #4b2774

Monochromatic Colors of #712774

#712774

Complementary Color

#712774 #2a7427

#712774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712774 Color CSS Codes

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

#712774 Text Font Color

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

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


#712774 Background Color

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

This div background color is #712774


#712774 Border Color

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

This div border color is #712774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712774


Comments

No comments written yet.

Please login to write comment.