Color Hex Logo

#694790 Color Hex

#694790
(105,71,144)
0 Favorites   0 Comments

Color spaces of #694790

RGB 10571144
HSL0.740.340.42
HSV268°51°56°
CMYK 0.270.510.00   0.44
XYZ13.11309.523427.5326
Yxy9.52340.26140.1898
Hunter Lab30.860021.8430-31.2952
CIE-Lab36.973130.0273-35.1385

#694790 color RGB value is (105,71,144).

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

The process color (four color CMYK) of #694790 color hex is 0.27, 0.51, 0.00, 0.44. Web safe color of #694790 is #663399. Color #694790 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01000111 10010000
Octal 151 107 220
Decimal 105 71 144
Hex 69 47 90

RGB Percentages of Color #694790

%32.81
%22.19
%45.00

CMYK Percentages of Color #694790

%27
%51
%0
%44

Triadic Colors of #694790

#694790 #906947 #479069

Analogous Colors of #694790

#694790 #8e4790 #474a90

Monochromatic Colors of #694790

#694790

Complementary Color

#694790 #6e9047

#694790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#694790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#694790 Color CSS Codes

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

#694790 Text Font Color

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

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


#694790 Background Color

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

This div background color is #694790


#694790 Border Color

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

This div border color is #694790


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #694790


Comments

No comments written yet.

Please login to write comment.