Color Hex Logo

#682eda Color Hex

#682EDA
(104,46,218)
0 Favorites   0 Comments

Color spaces of #682eda

RGB 10446218
HSL0.720.700.52
HSV260°79°85°
CMYK 0.520.790.00   0.15
XYZ19.34089.959067.2326
Yxy9.95900.20040.1032
Hunter Lab31.557954.1705-104.2241
CIE-Lab37.768762.3294-77.6039

#682eda color RGB value is (104,46,218).

#682eda hex color red value is 104, green value is 46 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #682eda hue: 0.72 , saturation: 0.70 and the lightness value of 682eda is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00101110 11011010
Octal 150 56 332
Decimal 104 46 218
Hex 68 2E DA

RGB Percentages of Color #682eda

%28.26
%12.50
%59.24

CMYK Percentages of Color #682eda

%52
%79
%0
%15

Triadic Colors of #682eda

#682eda #da682e #2eda68

Analogous Colors of #682eda

#682eda #be2eda #2e4ada

Monochromatic Colors of #682eda

#682eda

Complementary Color

#682eda #a0da2e

#682eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#682eda Color CSS Codes

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

#682eda Text Font Color

<p style="color:#682eda">Text here</p>

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


#682eda Background Color

<div style="background-color:#682eda">
Div content here</div>

This div background color is #682eda


#682eda Border Color

<div style="border:3px solid #682eda">
Div here</div>

This div border color is #682eda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,46,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 #682eda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682eda


Comments

No comments written yet.

Please login to write comment.