Color Hex Logo

#695181 Color Hex

#695181
(105,81,129)
0 Favorites   0 Comments

Color spaces of #695181

RGB 10581129
HSL0.750.230.41
HSV270°37°51°
CMYK 0.190.370.00   0.49
XYZ12.730610.473122.1194
Yxy10.47310.28090.2311
Hunter Lab32.362213.5844-17.8709
CIE-Lab38.678520.1402-23.2980

#695181 color RGB value is (105,81,129).

#695181 hex color red value is 105, green value is 81 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #695181 hue: 0.75 , saturation: 0.23 and the lightness value of 695181 is 0.41.

The process color (four color CMYK) of #695181 color hex is 0.19, 0.37, 0.00, 0.49. Web safe color of #695181 is #666699. Color #695181 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01010001 10000001
Octal 151 121 201
Decimal 105 81 129
Hex 69 51 81

RGB Percentages of Color #695181

%33.33
%25.71
%40.95

CMYK Percentages of Color #695181

%19
%37
%0
%49

Triadic Colors of #695181

#695181 #816951 #518169

Analogous Colors of #695181

#695181 #815181 #515181

Monochromatic Colors of #695181

#695181

Complementary Color

#695181 #698151

#695181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#695181 Color CSS Codes

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

#695181 Text Font Color

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

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


#695181 Background Color

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

This div background color is #695181


#695181 Border Color

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

This div border color is #695181


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695181


Comments

No comments written yet.

Please login to write comment.