Color Hex Logo

#684aba Color Hex

#684ABA
(104,74,186)
0 Favorites   0 Comments

Color spaces of #684aba

RGB 10474186
HSL0.710.450.51
HSV256°60°73°
CMYK 0.440.600.00   0.27
XYZ17.020611.385847.7550
Yxy11.38580.22350.1495
Hunter Lab33.742930.9891-60.2909
CIE-Lab40.222839.4870-55.0196

#684aba color RGB value is (104,74,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01001010 10111010
Octal 150 112 272
Decimal 104 74 186
Hex 68 4A BA

RGB Percentages of Color #684aba

%28.57
%20.33
%51.10

CMYK Percentages of Color #684aba

%44
%60
%0
%27

Triadic Colors of #684aba

#684aba #ba684a #4aba68

Analogous Colors of #684aba

#684aba #a04aba #4a64ba

Monochromatic Colors of #684aba

#684aba

Complementary Color

#684aba #9cba4a

#684aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#684aba Color CSS Codes

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

#684aba Text Font Color

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

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


#684aba Background Color

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

This div background color is #684aba


#684aba Border Color

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

This div border color is #684aba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,74,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 #684aba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684aba


Comments

No comments written yet.

Please login to write comment.