Color Hex Logo

#684dbe Color Hex

#684DBE
(104,77,190)
0 Favorites   0 Comments

Color spaces of #684dbe

RGB 10477190
HSL0.710.470.52
HSV254°59°75°
CMYK 0.450.590.00   0.25
XYZ17.657111.968550.0947
Yxy11.96850.22150.1501
Hunter Lab34.595530.5619-61.6357
CIE-Lab41.166038.8916-55.8355

#684dbe color RGB value is (104,77,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01001101 10111110
Octal 150 115 276
Decimal 104 77 190
Hex 68 4D BE

RGB Percentages of Color #684dbe

%28.03
%20.75
%51.21

CMYK Percentages of Color #684dbe

%45
%59
%0
%25

Triadic Colors of #684dbe

#684dbe #be684d #4dbe68

Analogous Colors of #684dbe

#684dbe #a14dbe #4d6bbe

Monochromatic Colors of #684dbe

#684dbe

Complementary Color

#684dbe #a3be4d

#684dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#684dbe Color CSS Codes

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

#684dbe Text Font Color

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

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


#684dbe Background Color

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

This div background color is #684dbe


#684dbe Border Color

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

This div border color is #684dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684dbe


Comments

No comments written yet.

Please login to write comment.