Color Hex Logo

#684dce Color Hex

#684DCE
(104,77,206)
0 Favorites   0 Comments

Color spaces of #684dce

RGB 10477206
HSL0.700.570.55
HSV253°63°81°
CMYK 0.500.630.00   0.19
XYZ19.503412.707059.8173
Yxy12.70700.21190.1381
Hunter Lab35.646935.2803-74.5389
CIE-Lab42.318443.5406-63.2529

#684dce color RGB value is (104,77,206).

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

The process color (four color CMYK) of #684dce color hex is 0.50, 0.63, 0.00, 0.19. Web safe color of #684dce is #6666cc. Color #684dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01001101 11001110
Octal 150 115 316
Decimal 104 77 206
Hex 68 4D CE

RGB Percentages of Color #684dce

%26.87
%19.90
%53.23

CMYK Percentages of Color #684dce

%50
%63
%0
%19

Triadic Colors of #684dce

#684dce #ce684d #4dce68

Analogous Colors of #684dce

#684dce #a94dce #4d73ce

Monochromatic Colors of #684dce

#684dce

Complementary Color

#684dce #b3ce4d

#684dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#684dce Color CSS Codes

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

#684dce Text Font Color

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

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


#684dce Background Color

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

This div background color is #684dce


#684dce Border Color

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

This div border color is #684dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684dce


Comments

No comments written yet.

Please login to write comment.