Color Hex Logo

#694eaa Color Hex

#694EAA
(105,78,170)
0 Favorites   0 Comments

Color spaces of #694eaa

RGB 10578170
HSL0.720.370.49
HSV258°54°67°
CMYK 0.380.540.00   0.33
XYZ15.805811.354339.3888
Yxy11.35430.23750.1706
Hunter Lab33.696124.7605-45.7192
CIE-Lab40.170932.8397-45.6600

#694eaa color RGB value is (105,78,170).

#694eaa hex color red value is 105, green value is 78 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #694eaa hue: 0.72 , saturation: 0.37 and the lightness value of 694eaa is 0.49.

The process color (four color CMYK) of #694eaa color hex is 0.38, 0.54, 0.00, 0.33. Web safe color of #694eaa is #666699. Color #694eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01001110 10101010
Octal 151 116 252
Decimal 105 78 170
Hex 69 4E AA

RGB Percentages of Color #694eaa

%29.75
%22.10
%48.16

CMYK Percentages of Color #694eaa

%38
%54
%0
%33

Triadic Colors of #694eaa

#694eaa #aa694e #4eaa69

Analogous Colors of #694eaa

#694eaa #974eaa #4e61aa

Monochromatic Colors of #694eaa

#694eaa

Complementary Color

#694eaa #8faa4e

#694eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#694eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#694eaa Color CSS Codes

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

#694eaa Text Font Color

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

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


#694eaa Background Color

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

This div background color is #694eaa


#694eaa Border Color

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

This div border color is #694eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,78,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #694eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #694eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #694eaa;
  box-shadow:         1px 1px 3px 2px #694eaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #694eaa


Comments

No comments written yet.

Please login to write comment.