Color Hex Logo

#694899 Color Hex

#694899
(105,72,153)
0 Favorites   0 Comments

Color spaces of #694899

RGB 10572153
HSL0.730.360.44
HSV264°53°60°
CMYK 0.310.530.00   0.40
XYZ13.89289.937931.3230
Yxy9.93790.25190.1802
Hunter Lab31.524423.4971-36.8440
CIE-Lab37.730731.7846-39.3883

#694899 color RGB value is (105,72,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01001000 10011001
Octal 151 110 231
Decimal 105 72 153
Hex 69 48 99

RGB Percentages of Color #694899

%31.82
%21.82
%46.36

CMYK Percentages of Color #694899

%31
%53
%0
%40

Triadic Colors of #694899

#694899 #996948 #489969

Analogous Colors of #694899

#694899 #924899 #484f99

Monochromatic Colors of #694899

#694899

Complementary Color

#694899 #789948

#694899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#694899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#694899 Color CSS Codes

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

#694899 Text Font Color

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

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


#694899 Background Color

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

This div background color is #694899


#694899 Border Color

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

This div border color is #694899


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,72,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 #694899">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #694899


Comments

No comments written yet.

Please login to write comment.