Color Hex Logo

#690079 Color Hex

#690079
(105,0,121)
0 Favorites   0 Comments

Color spaces of #690079

RGB 1050121
HSL0.811.000.24
HSV292°100°47°
CMYK 0.131.000.00   0.53
XYZ9.27694.383718.4464
Yxy4.38370.28890.1365
Hunter Lab20.937342.4496-37.5802
CIE-Lab24.901453.9112-40.1462

#690079 color RGB value is (105,0,121).

#690079 hex color red value is 105, green value is 0 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #690079 hue: 0.81 , saturation: 1.00 and the lightness value of 690079 is 0.24.

The process color (four color CMYK) of #690079 color hex is 0.13, 1.00, 0.00, 0.53. Web safe color of #690079 is #660066. Color #690079 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00000000 01111001
Octal 151 0 171
Decimal 105 0 121
Hex 69 0 79

RGB Percentages of Color #690079

%46.46
%0.00
%53.54

CMYK Percentages of Color #690079

%13
%100
%0
%53

Triadic Colors of #690079

#690079 #796900 #007969

Analogous Colors of #690079

#690079 #79004d #2c0079

Monochromatic Colors of #690079

#690079

Complementary Color

#690079 #107900

#690079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#690079 Color CSS Codes

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

#690079 Text Font Color

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

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


#690079 Background Color

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

This div background color is #690079


#690079 Border Color

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

This div border color is #690079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690079


Comments

No comments written yet.

Please login to write comment.