Color Hex Logo

#684ada Color Hex

#684ADA
(104,74,218)
0 Favorites   0 Comments

Color spaces of #684ada

RGB 10474218
HSL0.700.660.57
HSV253°66°85°
CMYK 0.520.660.00   0.15
XYZ20.812612.902667.7232
Yxy12.90260.20520.1272
Hunter Lab35.920240.5648-86.6400
CIE-Lab42.616148.7138-69.6596

#684ada color RGB value is (104,74,218).

#684ada hex color red value is 104, green value is 74 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #684ada hue: 0.70 , saturation: 0.66 and the lightness value of 684ada is 0.57.

The process color (four color CMYK) of #684ada color hex is 0.52, 0.66, 0.00, 0.15. Web safe color of #684ada is #6633cc. Color #684ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01001010 11011010
Octal 150 112 332
Decimal 104 74 218
Hex 68 4A DA

RGB Percentages of Color #684ada

%26.26
%18.69
%55.05

CMYK Percentages of Color #684ada

%52
%66
%0
%15

Triadic Colors of #684ada

#684ada #da684a #4ada68

Analogous Colors of #684ada

#684ada #b04ada #4a74da

Monochromatic Colors of #684ada

#684ada

Complementary Color

#684ada #bcda4a

#684ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#684ada Color CSS Codes

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

#684ada Text Font Color

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

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


#684ada Background Color

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

This div background color is #684ada


#684ada Border Color

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

This div border color is #684ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684ada


Comments

No comments written yet.

Please login to write comment.