Color Hex Logo

#691550 Color Hex

#691550
(105,21,80)
0 Favorites   0 Comments

Color spaces of #691550

RGB 1052180
HSL0.880.670.25
HSV318°80°41°
CMYK 0.000.800.24   0.59
XYZ7.54184.11887.9869
Yxy4.11880.38390.2096
Hunter Lab20.294830.8168-9.1268
CIE-Lab24.060442.1827-14.6517

#691550 color RGB value is (105,21,80).

#691550 hex color red value is 105, green value is 21 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #691550 hue: 0.88 , saturation: 0.67 and the lightness value of 691550 is 0.25.

The process color (four color CMYK) of #691550 color hex is 0.00, 0.80, 0.24, 0.59. Web safe color of #691550 is #660066. Color #691550 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00010101 01010000
Octal 151 25 120
Decimal 105 21 80
Hex 69 15 50

RGB Percentages of Color #691550

%50.97
%10.19
%38.83

CMYK Percentages of Color #691550

%0
%80
%24
%59

Triadic Colors of #691550

#691550 #506915 #155069

Analogous Colors of #691550

#691550 #691526 #581569

Monochromatic Colors of #691550

#691550

Complementary Color

#691550 #15692e

#691550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#691550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#691550 Color CSS Codes

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

#691550 Text Font Color

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

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


#691550 Background Color

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

This div background color is #691550


#691550 Border Color

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

This div border color is #691550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #691550


Comments

No comments written yet.

Please login to write comment.