Color Hex Logo

#690040 Color Hex

#690040
(105,0,64)
1 Favorites   0 Comments

Color spaces of #690040

RGB 105064
HSL0.901.000.21
HSV323°100°41°
CMYK 0.001.000.39   0.59
XYZ6.75113.37345.1458
Yxy3.37340.44210.2209
Hunter Lab18.366833.4694-3.7544
CIE-Lab21.481245.5121-7.6865

#690040 color RGB value is (105,0,64).

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

The process color (four color CMYK) of #690040 color hex is 0.00, 1.00, 0.39, 0.59. Web safe color of #690040 is #660033. Color #690040 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00000000 01000000
Octal 151 0 100
Decimal 105 0 64
Hex 69 0 40

RGB Percentages of Color #690040

%62.13
%0.00
%37.87

CMYK Percentages of Color #690040

%0
%100
%39
%59

Triadic Colors of #690040

#690040 #406900 #004069

Analogous Colors of #690040

#690040 #69000b #5e0069

Monochromatic Colors of #690040

#690040

Complementary Color

#690040 #006929

#690040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#690040 Color CSS Codes

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

#690040 Text Font Color

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

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


#690040 Background Color

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

This div background color is #690040


#690040 Border Color

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

This div border color is #690040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690040

#690040 Color Palettes


Comments

No comments written yet.

Please login to write comment.