Color Hex Logo

#694376 Color Hex

#694376
(105,67,118)
0 Favorites   0 Comments

Color spaces of #694376

RGB 10567118
HSL0.790.280.36
HSV285°43°46°
CMYK 0.110.430.00   0.54
XYZ11.10298.325618.1614
Yxy8.32560.29540.2215
Hunter Lab28.854118.1911-17.1205
CIE-Lab34.652026.0921-22.7620

#694376 color RGB value is (105,67,118).

#694376 hex color red value is 105, green value is 67 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #694376 hue: 0.79 , saturation: 0.28 and the lightness value of 694376 is 0.36.

The process color (four color CMYK) of #694376 color hex is 0.11, 0.43, 0.00, 0.54. Web safe color of #694376 is #663366. Color #694376 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01000011 01110110
Octal 151 103 166
Decimal 105 67 118
Hex 69 43 76

RGB Percentages of Color #694376

%36.21
%23.10
%40.69

CMYK Percentages of Color #694376

%11
%43
%0
%54

Triadic Colors of #694376

#694376 #766943 #437669

Analogous Colors of #694376

#694376 #76436a #504376

Monochromatic Colors of #694376

#694376

Complementary Color

#694376 #507643

#694376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#694376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#694376 Color CSS Codes

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

#694376 Text Font Color

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

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


#694376 Background Color

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

This div background color is #694376


#694376 Border Color

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

This div border color is #694376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #694376


Comments

No comments written yet.

Please login to write comment.