Color Hex Logo

#684cfe Color Hex

#684CFE
(104,76,254)
0 Favorites   0 Comments

Color spaces of #684cfe

RGB 10476254
HSL0.690.990.65
HSV249°70°100°
CMYK 0.590.700.00   0.00
XYZ26.182815.267795.3329
Yxy15.26770.19140.1116
Hunter Lab39.073951.2307-117.3046
CIE-Lab45.998758.0981-84.4392

#684cfe color RGB value is (104,76,254).

#684cfe hex color red value is 104, green value is 76 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #684cfe hue: 0.69 , saturation: 0.99 and the lightness value of 684cfe is 0.65.

The process color (four color CMYK) of #684cfe color hex is 0.59, 0.70, 0.00, 0.00. Web safe color of #684cfe is #6633ff. Color #684cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01001100 11111110
Octal 150 114 376
Decimal 104 76 254
Hex 68 4C FE

RGB Percentages of Color #684cfe

%23.96
%17.51
%58.53

CMYK Percentages of Color #684cfe

%59
%70
%0
%0

Triadic Colors of #684cfe

#684cfe #fe684c #4cfe68

Analogous Colors of #684cfe

#684cfe #c14cfe #4c89fe

Monochromatic Colors of #684cfe

#684cfe

Complementary Color

#684cfe #e2fe4c

#684cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#684cfe Color CSS Codes

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

#684cfe Text Font Color

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

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


#684cfe Background Color

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

This div background color is #684cfe


#684cfe Border Color

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

This div border color is #684cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684cfe


Comments

No comments written yet.

Please login to write comment.