Color Hex Logo

#684ebd Color Hex

#684EBD
(104,78,189)
0 Favorites   0 Comments

Color spaces of #684ebd

RGB 10478189
HSL0.710.460.52
HSV254°59°74°
CMYK 0.450.590.00   0.26
XYZ17.618612.066049.5445
Yxy12.06600.22240.1523
Hunter Lab34.736129.7491-60.2506
CIE-Lab41.320838.0168-55.0013

#684ebd color RGB value is (104,78,189).

#684ebd hex color red value is 104, green value is 78 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #684ebd hue: 0.71 , saturation: 0.46 and the lightness value of 684ebd is 0.52.

The process color (four color CMYK) of #684ebd color hex is 0.45, 0.59, 0.00, 0.26. Web safe color of #684ebd is #6666cc. Color #684ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01001110 10111101
Octal 150 116 275
Decimal 104 78 189
Hex 68 4E BD

RGB Percentages of Color #684ebd

%28.03
%21.02
%50.94

CMYK Percentages of Color #684ebd

%45
%59
%0
%26

Triadic Colors of #684ebd

#684ebd #bd684e #4ebd68

Analogous Colors of #684ebd

#684ebd #a04ebd #4e6cbd

Monochromatic Colors of #684ebd

#684ebd

Complementary Color

#684ebd #a3bd4e

#684ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#684ebd Color CSS Codes

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

#684ebd Text Font Color

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

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


#684ebd Background Color

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

This div background color is #684ebd


#684ebd Border Color

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

This div border color is #684ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684ebd

#684ebd Color Palettes


Comments

No comments written yet.

Please login to write comment.