Color Hex Logo

#714269 Color Hex

#714269
(113,66,105)
0 Favorites   0 Comments

Color spaces of #714269

RGB 11366105
HSL0.860.260.35
HSV310°42°44°
CMYK 0.000.420.07   0.56
XYZ11.30818.427114.3952
Yxy8.42710.33130.2469
Hunter Lab29.029518.7311-9.0802
CIE-Lab34.857026.7050-14.2018

#714269 color RGB value is (113,66,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000010 01101001
Octal 161 102 151
Decimal 113 66 105
Hex 71 42 69

RGB Percentages of Color #714269

%39.79
%23.24
%36.97

CMYK Percentages of Color #714269

%0
%42
%7
%56

Triadic Colors of #714269

#714269 #697142 #426971

Analogous Colors of #714269

#714269 #714252 #624271

Monochromatic Colors of #714269

#714269

Complementary Color

#714269 #42714a

#714269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#714269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#714269 Color CSS Codes

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

#714269 Text Font Color

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

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


#714269 Background Color

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

This div background color is #714269


#714269 Border Color

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

This div border color is #714269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #714269


Comments

No comments written yet.

Please login to write comment.