Color Hex Logo

#684280 Color Hex

#684280
(104,66,128)
0 Favorites   0 Comments

Color spaces of #684280

RGB 10466128
HSL0.770.320.38
HSV277°48°50°
CMYK 0.190.480.00   0.50
XYZ11.55348.398021.4341
Yxy8.39800.27920.2029
Hunter Lab28.979320.4502-23.5674
CIE-Lab34.798428.7231-28.7609

#684280 color RGB value is (104,66,128).

#684280 hex color red value is 104, green value is 66 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #684280 hue: 0.77 , saturation: 0.32 and the lightness value of 684280 is 0.38.

The process color (four color CMYK) of #684280 color hex is 0.19, 0.48, 0.00, 0.50. Web safe color of #684280 is #663399. Color #684280 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01000010 10000000
Octal 150 102 200
Decimal 104 66 128
Hex 68 42 80

RGB Percentages of Color #684280

%34.90
%22.15
%42.95

CMYK Percentages of Color #684280

%19
%48
%0
%50

Triadic Colors of #684280

#684280 #806842 #428068

Analogous Colors of #684280

#684280 #804279 #494280

Monochromatic Colors of #684280

#684280

Complementary Color

#684280 #5a8042

#684280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#684280 Color CSS Codes

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

#684280 Text Font Color

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

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


#684280 Background Color

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

This div background color is #684280


#684280 Border Color

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

This div border color is #684280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684280

#684280 Color Palettes


Comments

No comments written yet.

Please login to write comment.