Color Hex Logo

#690859 Color Hex

#690859
(105,8,89)
0 Favorites   0 Comments

Color spaces of #690859

RGB 105889
HSL0.860.860.22
HSV310°92°41°
CMYK 0.000.920.15   0.59
XYZ7.71573.89829.7970
Yxy3.89820.36040.1821
Hunter Lab19.743935.2042-15.5993
CIE-Lab23.332046.9611-21.8068

#690859 color RGB value is (105,8,89).

#690859 hex color red value is 105, green value is 8 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #690859 hue: 0.86 , saturation: 0.86 and the lightness value of 690859 is 0.22.

The process color (four color CMYK) of #690859 color hex is 0.00, 0.92, 0.15, 0.59. Web safe color of #690859 is #660066. Color #690859 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00001000 01011001
Octal 151 10 131
Decimal 105 8 89
Hex 69 8 59

RGB Percentages of Color #690859

%51.98
%3.96
%44.06

CMYK Percentages of Color #690859

%0
%92
%15
%59

Triadic Colors of #690859

#690859 #596908 #085969

Analogous Colors of #690859

#690859 #690829 #490869

Monochromatic Colors of #690859

#690859

Complementary Color

#690859 #086918

#690859 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690859 Color Preview on White Background

Lorem ipsum dolor sit amet.

#690859 Color CSS Codes

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

#690859 Text Font Color

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

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


#690859 Background Color

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

This div background color is #690859


#690859 Border Color

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

This div border color is #690859


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690859


Comments

No comments written yet.

Please login to write comment.