Color Hex Logo

#714254 Color Hex

#714254
(113,66,84)
0 Favorites   0 Comments

Color spaces of #714254

RGB 1136684
HSL0.940.260.35
HSV337°42°44°
CMYK 0.000.420.26   0.56
XYZ10.35858.04729.3948
Yxy8.04720.37260.2895
Hunter Lab28.367615.53650.2216
CIE-Lab34.081022.9640-2.0304

#714254 color RGB value is (113,66,84).

#714254 hex color red value is 113, green value is 66 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #714254 hue: 0.94 , saturation: 0.26 and the lightness value of 714254 is 0.35.

The process color (four color CMYK) of #714254 color hex is 0.00, 0.42, 0.26, 0.56. Web safe color of #714254 is #663366. Color #714254 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000010 01010100
Octal 161 102 124
Decimal 113 66 84
Hex 71 42 54

RGB Percentages of Color #714254

%42.97
%25.10
%31.94

CMYK Percentages of Color #714254

%0
%42
%26
%56

Triadic Colors of #714254

#714254 #547142 #425471

Analogous Colors of #714254

#714254 #714842 #71426c

Monochromatic Colors of #714254

#714254

Complementary Color

#714254 #42715f

#714254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#714254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#714254 Color CSS Codes

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

#714254 Text Font Color

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

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


#714254 Background Color

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

This div background color is #714254


#714254 Border Color

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

This div border color is #714254


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #714254


Comments

No comments written yet.

Please login to write comment.