Color Hex Logo

#695882 Color Hex

#695882
(105,88,130)
0 Favorites   0 Comments

Color spaces of #695882

RGB 10588130
HSL0.730.190.43
HSV264°32°51°
CMYK 0.190.320.00   0.49
XYZ13.344711.594422.6537
Yxy11.59440.28040.2436
Hunter Lab34.050610.3672-15.6100
CIE-Lab40.564116.0617-20.9861

#695882 color RGB value is (105,88,130).

#695882 hex color red value is 105, green value is 88 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #695882 hue: 0.73 , saturation: 0.19 and the lightness value of 695882 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011000 10000010
Octal 151 130 202
Decimal 105 88 130
Hex 69 58 82

RGB Percentages of Color #695882

%32.51
%27.24
%40.25

CMYK Percentages of Color #695882

%19
%32
%0
%49

Triadic Colors of #695882

#695882 #826958 #588269

Analogous Colors of #695882

#695882 #7e5882 #585c82

Monochromatic Colors of #695882

#695882

Complementary Color

#695882 #718258

#695882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#695882 Color CSS Codes

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

#695882 Text Font Color

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

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


#695882 Background Color

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

This div background color is #695882


#695882 Border Color

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

This div border color is #695882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695882


Comments

No comments written yet.

Please login to write comment.