Color Hex Logo

#684fdd Color Hex

#684FDD
(104,79,221)
0 Favorites   0 Comments

Color spaces of #684fdd

RGB 10479221
HSL0.700.680.59
HSV251°64°87°
CMYK 0.530.640.00   0.13
XYZ21.556013.755569.9256
Yxy13.75550.20480.1307
Hunter Lab37.088438.8405-85.8221
CIE-Lab43.880246.8114-69.3110

#684fdd color RGB value is (104,79,221).

#684fdd hex color red value is 104, green value is 79 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #684fdd hue: 0.70 , saturation: 0.68 and the lightness value of 684fdd is 0.59.

The process color (four color CMYK) of #684fdd color hex is 0.53, 0.64, 0.00, 0.13. Web safe color of #684fdd is #6666cc. Color #684fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01001111 11011101
Octal 150 117 335
Decimal 104 79 221
Hex 68 4F DD

RGB Percentages of Color #684fdd

%25.74
%19.55
%54.70

CMYK Percentages of Color #684fdd

%53
%64
%0
%13

Triadic Colors of #684fdd

#684fdd #dd684f #4fdd68

Analogous Colors of #684fdd

#684fdd #af4fdd #4f7ddd

Monochromatic Colors of #684fdd

#684fdd

Complementary Color

#684fdd #c4dd4f

#684fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#684fdd Color CSS Codes

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

#684fdd Text Font Color

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

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


#684fdd Background Color

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

This div background color is #684fdd


#684fdd Border Color

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

This div border color is #684fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684fdd


Comments

No comments written yet.

Please login to write comment.