Color Hex Logo

#695aad Color Hex

#695AAD
(105,90,173)
0 Favorites   0 Comments

Color spaces of #695aad

RGB 10590173
HSL0.700.340.52
HSV251°48°68°
CMYK 0.390.480.00   0.32
XYZ17.024713.332741.2113
Yxy13.33270.23790.1863
Hunter Lab36.514019.3265-41.3576
CIE-Lab43.260326.4169-42.4982

#695aad color RGB value is (105,90,173).

#695aad hex color red value is 105, green value is 90 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #695aad hue: 0.70 , saturation: 0.34 and the lightness value of 695aad is 0.52.

The process color (four color CMYK) of #695aad color hex is 0.39, 0.48, 0.00, 0.32. Web safe color of #695aad is #666699. Color #695aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011010 10101101
Octal 151 132 255
Decimal 105 90 173
Hex 69 5A AD

RGB Percentages of Color #695aad

%28.53
%24.46
%47.01

CMYK Percentages of Color #695aad

%39
%48
%0
%32

Triadic Colors of #695aad

#695aad #ad695a #5aad69

Analogous Colors of #695aad

#695aad #935aad #5a75ad

Monochromatic Colors of #695aad

#695aad

Complementary Color

#695aad #9ead5a

#695aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#695aad Color CSS Codes

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

#695aad Text Font Color

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

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


#695aad Background Color

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

This div background color is #695aad


#695aad Border Color

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

This div border color is #695aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695aad


Comments

No comments written yet.

Please login to write comment.