Color Hex Logo

#712674 Color Hex

#712674
(113,38,116)
0 Favorites   0 Comments

Color spaces of #712674

RGB 11338116
HSL0.830.510.30
HSV298°67°45°
CMYK 0.030.670.00   0.55
XYZ10.65566.157917.1500
Yxy6.15790.31370.1813
Hunter Lab24.815133.2214-23.6054
CIE-Lab29.807443.6466-29.0319

#712674 color RGB value is (113,38,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100110 01110100
Octal 161 46 164
Decimal 113 38 116
Hex 71 26 74

RGB Percentages of Color #712674

%42.32
%14.23
%43.45

CMYK Percentages of Color #712674

%3
%67
%0
%55

Triadic Colors of #712674

#712674 #747126 #267471

Analogous Colors of #712674

#712674 #742650 #4a2674

Monochromatic Colors of #712674

#712674

Complementary Color

#712674 #297426

#712674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712674 Color CSS Codes

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

#712674 Text Font Color

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

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


#712674 Background Color

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

This div background color is #712674


#712674 Border Color

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

This div border color is #712674


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,38,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 #712674">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712674


Comments

No comments written yet.

Please login to write comment.