Color Hex Logo

#684bba Color Hex

#684BBA
(104,75,186)
0 Favorites   0 Comments

Color spaces of #684bba

RGB 10475186
HSL0.710.450.51
HSV256°60°73°
CMYK 0.440.600.00   0.27
XYZ17.087911.520447.7774
Yxy11.52040.22370.1508
Hunter Lab33.941730.4675-59.6992
CIE-Lab40.443538.9068-54.6628

#684bba color RGB value is (104,75,186).

#684bba hex color red value is 104, green value is 75 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #684bba hue: 0.71 , saturation: 0.45 and the lightness value of 684bba is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01001011 10111010
Octal 150 113 272
Decimal 104 75 186
Hex 68 4B BA

RGB Percentages of Color #684bba

%28.49
%20.55
%50.96

CMYK Percentages of Color #684bba

%44
%60
%0
%27

Triadic Colors of #684bba

#684bba #ba684b #4bba68

Analogous Colors of #684bba

#684bba #a04bba #4b66ba

Monochromatic Colors of #684bba

#684bba

Complementary Color

#684bba #9dba4b

#684bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#684bba Color CSS Codes

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

#684bba Text Font Color

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

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


#684bba Background Color

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

This div background color is #684bba


#684bba Border Color

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

This div border color is #684bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684bba


Comments

No comments written yet.

Please login to write comment.