Color Hex Logo

#690565 Color Hex

#690565
(105,5,101)
0 Favorites   0 Comments

Color spaces of #690565

RGB 1055101
HSL0.840.910.22
HSV302°95°41°
CMYK 0.000.950.04   0.59
XYZ8.22894.051412.6602
Yxy4.05140.32990.1624
Hunter Lab20.128137.7514-23.2027
CIE-Lab23.840649.4660-28.9258

#690565 color RGB value is (105,5,101).

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

The process color (four color CMYK) of #690565 color hex is 0.00, 0.95, 0.04, 0.59. Web safe color of #690565 is #660066. Color #690565 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00000101 01100101
Octal 151 5 145
Decimal 105 5 101
Hex 69 5 65

RGB Percentages of Color #690565

%49.76
%2.37
%47.87

CMYK Percentages of Color #690565

%0
%95
%4
%59

Triadic Colors of #690565

#690565 #656905 #056569

Analogous Colors of #690565

#690565 #690533 #3b0569

Monochromatic Colors of #690565

#690565

Complementary Color

#690565 #056909

#690565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#690565 Color CSS Codes

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

#690565 Text Font Color

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

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


#690565 Background Color

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

This div background color is #690565


#690565 Border Color

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

This div border color is #690565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690565


Comments

No comments written yet.

Please login to write comment.