Color Hex Logo

#691a51 Color Hex

#691A51
(105,26,81)
0 Favorites   0 Comments

Color spaces of #691a51

RGB 1052681
HSL0.880.600.26
HSV318°75°41°
CMYK 0.000.750.23   0.59
XYZ7.68034.33618.2167
Yxy4.33610.37960.2143
Hunter Lab20.823329.3957-8.8190
CIE-Lab24.752840.5052-14.2532

#691a51 color RGB value is (105,26,81).

#691a51 hex color red value is 105, green value is 26 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #691a51 hue: 0.88 , saturation: 0.60 and the lightness value of 691a51 is 0.26.

The process color (four color CMYK) of #691a51 color hex is 0.00, 0.75, 0.23, 0.59. Web safe color of #691a51 is #663366. Color #691a51 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00011010 01010001
Octal 151 32 121
Decimal 105 26 81
Hex 69 1A 51

RGB Percentages of Color #691a51

%49.53
%12.26
%38.21

CMYK Percentages of Color #691a51

%0
%75
%23
%59

Triadic Colors of #691a51

#691a51 #51691a #1a5169

Analogous Colors of #691a51

#691a51 #691a2a #5a1a69

Monochromatic Colors of #691a51

#691a51

Complementary Color

#691a51 #1a6932

#691a51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#691a51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#691a51 Color CSS Codes

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

#691a51 Text Font Color

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

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


#691a51 Background Color

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

This div background color is #691a51


#691a51 Border Color

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

This div border color is #691a51


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,26,81, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #691a51; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #691a51;
  -webkit-box-shadow: 1px 1px 3px 2px #691a51;
  box-shadow:         1px 1px 3px 2px #691a51; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #691a51


Comments

No comments written yet.

Please login to write comment.