Color Hex Logo

#695485 Color Hex

#695485
(105,84,133)
0 Favorites   0 Comments

Color spaces of #695485

RGB 10584133
HSL0.740.230.43
HSV266°37°52°
CMYK 0.210.370.00   0.48
XYZ13.229711.037423.6234
Yxy11.03740.27620.2305
Hunter Lab33.222612.9417-18.9032
CIE-Lab39.643419.2815-24.2409

#695485 color RGB value is (105,84,133).

#695485 hex color red value is 105, green value is 84 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #695485 hue: 0.74 , saturation: 0.23 and the lightness value of 695485 is 0.43.

The process color (four color CMYK) of #695485 color hex is 0.21, 0.37, 0.00, 0.48. Web safe color of #695485 is #666699. Color #695485 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01010100 10000101
Octal 151 124 205
Decimal 105 84 133
Hex 69 54 85

RGB Percentages of Color #695485

%32.61
%26.09
%41.30

CMYK Percentages of Color #695485

%21
%37
%0
%48

Triadic Colors of #695485

#695485 #856954 #548569

Analogous Colors of #695485

#695485 #825485 #545885

Monochromatic Colors of #695485

#695485

Complementary Color

#695485 #708554

#695485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#695485 Color CSS Codes

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

#695485 Text Font Color

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

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


#695485 Background Color

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

This div background color is #695485


#695485 Border Color

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

This div border color is #695485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695485


Comments

No comments written yet.

Please login to write comment.