Color Hex Logo

#713269 Color Hex

#713269
(113,50,105)
0 Favorites   0 Comments

Color spaces of #713269

RGB 11350105
HSL0.850.390.32
HSV308°56°44°
CMYK 0.000.560.07   0.56
XYZ10.50056.811814.1260
Yxy6.81180.33400.2167
Hunter Lab26.099426.1414-13.8204
CIE-Lab31.374635.7160-19.5669

#713269 color RGB value is (113,50,105).

#713269 hex color red value is 113, green value is 50 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #713269 hue: 0.85 , saturation: 0.39 and the lightness value of 713269 is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110010 01101001
Octal 161 62 151
Decimal 113 50 105
Hex 71 32 69

RGB Percentages of Color #713269

%42.16
%18.66
%39.18

CMYK Percentages of Color #713269

%0
%56
%7
%56

Triadic Colors of #713269

#713269 #697132 #326971

Analogous Colors of #713269

#713269 #71324a #5a3271

Monochromatic Colors of #713269

#713269

Complementary Color

#713269 #32713a

#713269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713269 Color CSS Codes

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

#713269 Text Font Color

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

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


#713269 Background Color

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

This div background color is #713269


#713269 Border Color

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

This div border color is #713269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713269


Comments

No comments written yet.

Please login to write comment.