Color Hex Logo

#684ebb Color Hex

#684EBB
(104,78,187)
0 Favorites   0 Comments

Color spaces of #684ebb

RGB 10478187
HSL0.710.440.52
HSV254°58°73°
CMYK 0.440.580.00   0.27
XYZ17.402911.979748.4088
Yxy11.97970.22370.1540
Hunter Lab34.611729.1800-58.6963
CIE-Lab41.183837.4391-54.0529

#684ebb color RGB value is (104,78,187).

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

The process color (four color CMYK) of #684ebb color hex is 0.44, 0.58, 0.00, 0.27. Web safe color of #684ebb is #6666cc. Color #684ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01001110 10111011
Octal 150 116 273
Decimal 104 78 187
Hex 68 4E BB

RGB Percentages of Color #684ebb

%28.18
%21.14
%50.68

CMYK Percentages of Color #684ebb

%44
%58
%0
%27

Triadic Colors of #684ebb

#684ebb #bb684e #4ebb68

Analogous Colors of #684ebb

#684ebb #9f4ebb #4e6bbb

Monochromatic Colors of #684ebb

#684ebb

Complementary Color

#684ebb #a1bb4e

#684ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#684ebb Color CSS Codes

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

#684ebb Text Font Color

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

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


#684ebb Background Color

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

This div background color is #684ebb


#684ebb Border Color

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

This div border color is #684ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684ebb


Comments

No comments written yet.

Please login to write comment.