Color Hex Logo

#684eca Color Hex

#684ECA
(104,78,202)
0 Favorites   0 Comments

Color spaces of #684eca

RGB 10478202
HSL0.700.540.55
HSV253°61°79°
CMYK 0.490.610.00   0.21
XYZ19.094012.656157.3136
Yxy12.65610.21440.1421
Hunter Lab35.575433.5474-70.6161
CIE-Lab42.240441.7985-61.0693

#684eca color RGB value is (104,78,202).

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

The process color (four color CMYK) of #684eca color hex is 0.49, 0.61, 0.00, 0.21. Web safe color of #684eca is #6666cc. Color #684eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01001110 11001010
Octal 150 116 312
Decimal 104 78 202
Hex 68 4E CA

RGB Percentages of Color #684eca

%27.08
%20.31
%52.60

CMYK Percentages of Color #684eca

%49
%61
%0
%21

Triadic Colors of #684eca

#684eca #ca684e #4eca68

Analogous Colors of #684eca

#684eca #a64eca #4e72ca

Monochromatic Colors of #684eca

#684eca

Complementary Color

#684eca #b0ca4e

#684eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#684eca Color CSS Codes

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

#684eca Text Font Color

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

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


#684eca Background Color

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

This div background color is #684eca


#684eca Border Color

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

This div border color is #684eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684eca


Comments

No comments written yet.

Please login to write comment.