Color Hex Logo

#684acb Color Hex

#684ACB
(104,74,203)
0 Favorites   0 Comments

Color spaces of #684acb

RGB 10474203
HSL0.710.550.54
HSV254°64°80°
CMYK 0.490.640.00   0.20
XYZ18.937212.152457.8475
Yxy12.15240.21290.1366
Hunter Lab34.860335.9613-73.9842
CIE-Lab41.457344.3703-62.9194

#684acb color RGB value is (104,74,203).

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

The process color (four color CMYK) of #684acb color hex is 0.49, 0.64, 0.00, 0.20. Web safe color of #684acb is #6633cc. Color #684acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01001010 11001011
Octal 150 112 313
Decimal 104 74 203
Hex 68 4A CB

RGB Percentages of Color #684acb

%27.30
%19.42
%53.28

CMYK Percentages of Color #684acb

%49
%64
%0
%20

Triadic Colors of #684acb

#684acb #cb684a #4acb68

Analogous Colors of #684acb

#684acb #a94acb #4a6dcb

Monochromatic Colors of #684acb

#684acb

Complementary Color

#684acb #adcb4a

#684acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#684acb Color CSS Codes

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

#684acb Text Font Color

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

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


#684acb Background Color

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

This div background color is #684acb


#684acb Border Color

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

This div border color is #684acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684acb


Comments

No comments written yet.

Please login to write comment.