Color Hex Logo

#681989 Color Hex

#681989
(104,25,137)
0 Favorites   0 Comments

Color spaces of #681989

RGB 10425137
HSL0.780.690.32
HSV282°82°54°
CMYK 0.240.820.00   0.46
XYZ10.57195.444524.1606
Yxy5.44450.26310.1355
Hunter Lab23.333540.0411-45.0584
CIE-Lab27.965450.9534-45.2795

#681989 color RGB value is (104,25,137).

#681989 hex color red value is 104, green value is 25 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #681989 hue: 0.78 , saturation: 0.69 and the lightness value of 681989 is 0.32.

The process color (four color CMYK) of #681989 color hex is 0.24, 0.82, 0.00, 0.46. Web safe color of #681989 is #660099. Color #681989 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00011001 10001001
Octal 150 31 211
Decimal 104 25 137
Hex 68 19 89

RGB Percentages of Color #681989

%39.10
%9.40
%51.50

CMYK Percentages of Color #681989

%24
%82
%0
%46

Triadic Colors of #681989

#681989 #896819 #198968

Analogous Colors of #681989

#681989 #891972 #301989

Monochromatic Colors of #681989

#681989

Complementary Color

#681989 #3a8919

#681989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#681989 Color CSS Codes

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

#681989 Text Font Color

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

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


#681989 Background Color

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

This div background color is #681989


#681989 Border Color

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

This div border color is #681989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681989


Comments

No comments written yet.

Please login to write comment.