Color Hex Logo

#680194 Color Hex

#680194
(104,1,148)
0 Favorites   0 Comments

Color spaces of #680194

RGB 1041148
HSL0.780.990.29
HSV282°99°58°
CMYK 0.300.990.00   0.42
XYZ11.06515.102928.4187
Yxy5.10290.24820.1144
Hunter Lab22.589647.9031-58.7767
CIE-Lab27.025958.6853-53.6312

#680194 color RGB value is (104,1,148).

#680194 hex color red value is 104, green value is 1 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #680194 hue: 0.78 , saturation: 0.99 and the lightness value of 680194 is 0.29.

The process color (four color CMYK) of #680194 color hex is 0.30, 0.99, 0.00, 0.42. Web safe color of #680194 is #660099. Color #680194 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00000001 10010100
Octal 150 1 224
Decimal 104 1 148
Hex 68 1 94

RGB Percentages of Color #680194

%41.11
%0.40
%58.50

CMYK Percentages of Color #680194

%30
%99
%0
%42

Triadic Colors of #680194

#680194 #946801 #019468

Analogous Colors of #680194

#680194 #940177 #1e0194

Monochromatic Colors of #680194

#680194

Complementary Color

#680194 #2d9401

#680194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#680194 Color CSS Codes

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

#680194 Text Font Color

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

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


#680194 Background Color

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

This div background color is #680194


#680194 Border Color

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

This div border color is #680194


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,1,148, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680194


Comments

No comments written yet.

Please login to write comment.