Color Hex Logo

#693989 Color Hex

#693989
(105,57,137)
0 Favorites   0 Comments

Color spaces of #693989

RGB 10557137
HSL0.770.410.38
HSV276°58°54°
CMYK 0.230.580.00   0.46
XYZ11.80427.735724.5379
Yxy7.73570.26780.1755
Hunter Lab27.813127.0844-32.8389
CIE-Lab33.426336.4168-36.4912

#693989 color RGB value is (105,57,137).

#693989 hex color red value is 105, green value is 57 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #693989 hue: 0.77 , saturation: 0.41 and the lightness value of 693989 is 0.38.

The process color (four color CMYK) of #693989 color hex is 0.23, 0.58, 0.00, 0.46. Web safe color of #693989 is #663399. Color #693989 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00111001 10001001
Octal 151 71 211
Decimal 105 57 137
Hex 69 39 89

RGB Percentages of Color #693989

%35.12
%19.06
%45.82

CMYK Percentages of Color #693989

%23
%58
%0
%46

Triadic Colors of #693989

#693989 #896939 #398969

Analogous Colors of #693989

#693989 #893981 #413989

Monochromatic Colors of #693989

#693989

Complementary Color

#693989 #598939

#693989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#693989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#693989 Color CSS Codes

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

#693989 Text Font Color

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

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


#693989 Background Color

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

This div background color is #693989


#693989 Border Color

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

This div border color is #693989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #693989


Comments

No comments written yet.

Please login to write comment.