Color Hex Logo

#690fad Color Hex

#690FAD
(105,15,173)
0 Favorites   0 Comments

Color spaces of #690fad

RGB 10515173
HSL0.760.840.37
HSV274°91°68°
CMYK 0.390.910.00   0.32
XYZ13.53936.362040.0496
Yxy6.36200.22580.1061
Hunter Lab25.223051.6756-76.4858
CIE-Lab30.308061.5261-63.4575

#690fad color RGB value is (105,15,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 00001111 10101101
Octal 151 17 255
Decimal 105 15 173
Hex 69 F AD

RGB Percentages of Color #690fad

%35.84
%5.12
%59.04

CMYK Percentages of Color #690fad

%39
%91
%0
%32

Triadic Colors of #690fad

#690fad #ad690f #0fad69

Analogous Colors of #690fad

#690fad #ad0fa2 #1a0fad

Monochromatic Colors of #690fad

#690fad

Complementary Color

#690fad #53ad0f

#690fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#690fad Color CSS Codes

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

#690fad Text Font Color

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

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


#690fad Background Color

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

This div background color is #690fad


#690fad Border Color

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

This div border color is #690fad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,15,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 #690fad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690fad


Comments

No comments written yet.

Please login to write comment.