Color Hex Logo

#690aad Color Hex

#690AAD
(105,10,173)
0 Favorites   0 Comments

Color spaces of #690aad

RGB 10510173
HSL0.760.890.36
HSV275°94°68°
CMYK 0.390.940.00   0.32
XYZ13.47716.237540.0288
Yxy6.23750.22560.1044
Hunter Lab24.975052.6166-77.5449
CIE-Lab30.003962.4362-63.9569

#690aad color RGB value is (105,10,173).

#690aad hex color red value is 105, green value is 10 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #690aad hue: 0.76 , saturation: 0.89 and the lightness value of 690aad is 0.36.

The process color (four color CMYK) of #690aad color hex is 0.39, 0.94, 0.00, 0.32. Web safe color of #690aad is #660099. Color #690aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00001010 10101101
Octal 151 12 255
Decimal 105 10 173
Hex 69 A AD

RGB Percentages of Color #690aad

%36.46
%3.47
%60.07

CMYK Percentages of Color #690aad

%39
%94
%0
%32

Triadic Colors of #690aad

#690aad #ad690a #0aad69

Analogous Colors of #690aad

#690aad #ad0aa0 #170aad

Monochromatic Colors of #690aad

#690aad

Complementary Color

#690aad #4ead0a

#690aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#690aad Color CSS Codes

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

#690aad Text Font Color

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

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


#690aad Background Color

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

This div background color is #690aad


#690aad Border Color

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

This div border color is #690aad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,10,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #690aad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #690aad;
  -webkit-box-shadow: 1px 1px 3px 2px #690aad;
  box-shadow:         1px 1px 3px 2px #690aad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690aad


Comments

No comments written yet.

Please login to write comment.