Color Hex Logo

#684abd Color Hex

#684ABD
(104,74,189)
0 Favorites   0 Comments

Color spaces of #684abd

RGB 10474189
HSL0.710.470.52
HSV256°61°74°
CMYK 0.450.610.00   0.26
XYZ17.343011.514749.4526
Yxy11.51470.22150.1470
Hunter Lab33.933331.8464-62.6528
CIE-Lab40.434240.3443-56.4348

#684abd color RGB value is (104,74,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01001010 10111101
Octal 150 112 275
Decimal 104 74 189
Hex 68 4A BD

RGB Percentages of Color #684abd

%28.34
%20.16
%51.50

CMYK Percentages of Color #684abd

%45
%61
%0
%26

Triadic Colors of #684abd

#684abd #bd684a #4abd68

Analogous Colors of #684abd

#684abd #a24abd #4a66bd

Monochromatic Colors of #684abd

#684abd

Complementary Color

#684abd #9fbd4a

#684abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#684abd Color CSS Codes

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

#684abd Text Font Color

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

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


#684abd Background Color

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

This div background color is #684abd


#684abd Border Color

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

This div border color is #684abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684abd


Comments

No comments written yet.

Please login to write comment.