Color Hex Logo

#694799 Color Hex

#694799
(105,71,153)
0 Favorites   0 Comments

Color spaces of #694799

RGB 10571153
HSL0.740.370.44
HSV265°54°60°
CMYK 0.310.540.00   0.40
XYZ13.82879.809631.3016
Yxy9.80960.25170.1786
Hunter Lab31.320324.0018-37.3304
CIE-Lab37.498532.3799-39.7586

#694799 color RGB value is (105,71,153).

#694799 hex color red value is 105, green value is 71 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #694799 hue: 0.74 , saturation: 0.37 and the lightness value of 694799 is 0.44.

The process color (four color CMYK) of #694799 color hex is 0.31, 0.54, 0.00, 0.40. Web safe color of #694799 is #663399. Color #694799 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01000111 10011001
Octal 151 107 231
Decimal 105 71 153
Hex 69 47 99

RGB Percentages of Color #694799

%31.91
%21.58
%46.50

CMYK Percentages of Color #694799

%31
%54
%0
%40

Triadic Colors of #694799

#694799 #996947 #479969

Analogous Colors of #694799

#694799 #924799 #474e99

Monochromatic Colors of #694799

#694799

Complementary Color

#694799 #779947

#694799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#694799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#694799 Color CSS Codes

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

#694799 Text Font Color

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

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


#694799 Background Color

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

This div background color is #694799


#694799 Border Color

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

This div border color is #694799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #694799


Comments

No comments written yet.

Please login to write comment.