Color Hex Logo

#695798 Color Hex

#695798
(105,87,152)
0 Favorites   0 Comments

Color spaces of #695798

RGB 10587152
HSL0.710.270.47
HSV257°43°60°
CMYK 0.310.430.00   0.40
XYZ14.901412.086631.2533
Yxy12.08660.25590.2075
Hunter Lab34.765815.6690-28.9637
CIE-Lab41.353422.3950-33.0443

#695798 color RGB value is (105,87,152).

#695798 hex color red value is 105, green value is 87 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #695798 hue: 0.71 , saturation: 0.27 and the lightness value of 695798 is 0.47.

The process color (four color CMYK) of #695798 color hex is 0.31, 0.43, 0.00, 0.40. Web safe color of #695798 is #666699. Color #695798 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01010111 10011000
Octal 151 127 230
Decimal 105 87 152
Hex 69 57 98

RGB Percentages of Color #695798

%30.52
%25.29
%44.19

CMYK Percentages of Color #695798

%31
%43
%0
%40

Triadic Colors of #695798

#695798 #986957 #579869

Analogous Colors of #695798

#695798 #8a5798 #576698

Monochromatic Colors of #695798

#695798

Complementary Color

#695798 #869857

#695798 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695798 Color Preview on White Background

Lorem ipsum dolor sit amet.

#695798 Color CSS Codes

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

#695798 Text Font Color

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

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


#695798 Background Color

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

This div background color is #695798


#695798 Border Color

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

This div border color is #695798


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695798


Comments

No comments written yet.

Please login to write comment.