Color Hex Logo

#690946 Color Hex

#690946
(105,9,70)
0 Favorites   0 Comments

Color spaces of #690946

RGB 105970
HSL0.890.840.22
HSV322°91°41°
CMYK 0.000.910.33   0.59
XYZ7.02893.64086.1266
Yxy3.64080.41850.2168
Hunter Lab19.080932.3632-5.6806
CIE-Lab22.446544.1536-10.3519

#690946 color RGB value is (105,9,70).

#690946 hex color red value is 105, green value is 9 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #690946 hue: 0.89 , saturation: 0.84 and the lightness value of 690946 is 0.22.

The process color (four color CMYK) of #690946 color hex is 0.00, 0.91, 0.33, 0.59. Web safe color of #690946 is #660033. Color #690946 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00001001 01000110
Octal 151 11 106
Decimal 105 9 70
Hex 69 9 46

RGB Percentages of Color #690946

%57.07
%4.89
%38.04

CMYK Percentages of Color #690946

%0
%91
%33
%59

Triadic Colors of #690946

#690946 #466909 #094669

Analogous Colors of #690946

#690946 #690916 #5c0969

Monochromatic Colors of #690946

#690946

Complementary Color

#690946 #09692c

#690946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#690946 Color CSS Codes

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

#690946 Text Font Color

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

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


#690946 Background Color

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

This div background color is #690946


#690946 Border Color

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

This div border color is #690946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690946


Comments

No comments written yet.

Please login to write comment.