Color Hex Logo

#695893 Color Hex

#695893
(105,88,147)
0 Favorites   0 Comments

Color spaces of #695893

RGB 10588147
HSL0.710.250.46
HSV257°40°58°
CMYK 0.290.400.00   0.42
XYZ14.581912.089329.1687
Yxy12.08930.26110.2165
Hunter Lab34.769714.0134-25.4003
CIE-Lab41.357720.4358-30.0359

#695893 color RGB value is (105,88,147).

#695893 hex color red value is 105, green value is 88 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #695893 hue: 0.71 , saturation: 0.25 and the lightness value of 695893 is 0.46.

The process color (four color CMYK) of #695893 color hex is 0.29, 0.40, 0.00, 0.42. Web safe color of #695893 is #666699. Color #695893 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011000 10010011
Octal 151 130 223
Decimal 105 88 147
Hex 69 58 93

RGB Percentages of Color #695893

%30.88
%25.88
%43.24

CMYK Percentages of Color #695893

%29
%40
%0
%42

Triadic Colors of #695893

#695893 #936958 #589369

Analogous Colors of #695893

#695893 #875893 #586593

Monochromatic Colors of #695893

#695893

Complementary Color

#695893 #829358

#695893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#695893 Color CSS Codes

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

#695893 Text Font Color

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

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


#695893 Background Color

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

This div background color is #695893


#695893 Border Color

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

This div border color is #695893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695893


Comments

No comments written yet.

Please login to write comment.