Color Hex Logo

#714268 Color Hex

#714268
(113,66,104)
0 Favorites   0 Comments

Color spaces of #714268

RGB 11366104
HSL0.870.260.35
HSV311°42°44°
CMYK 0.000.420.08   0.56
XYZ11.25708.406614.1260
Yxy8.40660.33310.2488
Hunter Lab28.994118.5630-8.5903
CIE-Lab34.815726.5119-13.6339

#714268 color RGB value is (113,66,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000010 01101000
Octal 161 102 150
Decimal 113 66 104
Hex 71 42 68

RGB Percentages of Color #714268

%39.93
%23.32
%36.75

CMYK Percentages of Color #714268

%0
%42
%8
%56

Triadic Colors of #714268

#714268 #687142 #426871

Analogous Colors of #714268

#714268 #714251 #634271

Monochromatic Colors of #714268

#714268

Complementary Color

#714268 #42714b

#714268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#714268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#714268 Color CSS Codes

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

#714268 Text Font Color

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

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


#714268 Background Color

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

This div background color is #714268


#714268 Border Color

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

This div border color is #714268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #714268


Comments

No comments written yet.

Please login to write comment.