Color Hex Logo

#714674 Color Hex

#714674
(113,70,116)
0 Favorites   0 Comments

Color spaces of #714674

RGB 11370116
HSL0.820.250.36
HSV296°40°45°
CMYK 0.030.400.00   0.55
XYZ12.15269.152017.6490
Yxy9.15200.31200.2349
Hunter Lab30.252318.7635-13.4129
CIE-Lab36.275326.5669-18.9179

#714674 color RGB value is (113,70,116).

#714674 hex color red value is 113, green value is 70 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #714674 hue: 0.82 , saturation: 0.25 and the lightness value of 714674 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000110 01110100
Octal 161 106 164
Decimal 113 70 116
Hex 71 46 74

RGB Percentages of Color #714674

%37.79
%23.41
%38.80

CMYK Percentages of Color #714674

%3
%40
%0
%55

Triadic Colors of #714674

#714674 #747146 #467471

Analogous Colors of #714674

#714674 #744660 #5a4674

Monochromatic Colors of #714674

#714674

Complementary Color

#714674 #497446

#714674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#714674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#714674 Color CSS Codes

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

#714674 Text Font Color

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

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


#714674 Background Color

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

This div background color is #714674


#714674 Border Color

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

This div border color is #714674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #714674


Comments

No comments written yet.

Please login to write comment.