Color Hex Logo

#691976 Color Hex

#691976
(105,25,118)
0 Favorites   0 Comments

Color spaces of #691976

RGB 10525118
HSL0.810.650.28
HSV292°79°46°
CMYK 0.110.790.00   0.54
XYZ9.44335.006517.6082
Yxy5.00650.29460.1562
Hunter Lab22.375236.1781-30.9957
CIE-Lab26.753347.2973-35.2511

#691976 color RGB value is (105,25,118).

#691976 hex color red value is 105, green value is 25 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #691976 hue: 0.81 , saturation: 0.65 and the lightness value of 691976 is 0.28.

The process color (four color CMYK) of #691976 color hex is 0.11, 0.79, 0.00, 0.54. Web safe color of #691976 is #660066. Color #691976 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00011001 01110110
Octal 151 31 166
Decimal 105 25 118
Hex 69 19 76

RGB Percentages of Color #691976

%42.34
%10.08
%47.58

CMYK Percentages of Color #691976

%11
%79
%0
%54

Triadic Colors of #691976

#691976 #766919 #197669

Analogous Colors of #691976

#691976 #761954 #3b1976

Monochromatic Colors of #691976

#691976

Complementary Color

#691976 #267619

#691976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#691976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#691976 Color CSS Codes

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

#691976 Text Font Color

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

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


#691976 Background Color

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

This div background color is #691976


#691976 Border Color

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

This div border color is #691976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #691976


Comments

No comments written yet.

Please login to write comment.