Color Hex Logo

#682edf Color Hex

#682EDF
(104,46,223)
0 Favorites   0 Comments

Color spaces of #682edf

RGB 10446223
HSL0.720.730.53
HSV260°79°87°
CMYK 0.530.790.00   0.13
XYZ20.005210.224870.7312
Yxy10.22480.19810.1013
Hunter Lab31.976255.7160-108.7657
CIE-Lab38.242963.6153-79.6907

#682edf color RGB value is (104,46,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00101110 11011111
Octal 150 56 337
Decimal 104 46 223
Hex 68 2E DF

RGB Percentages of Color #682edf

%27.88
%12.33
%59.79

CMYK Percentages of Color #682edf

%53
%79
%0
%13

Triadic Colors of #682edf

#682edf #df682e #2edf68

Analogous Colors of #682edf

#682edf #c12edf #2e4ddf

Monochromatic Colors of #682edf

#682edf

Complementary Color

#682edf #a5df2e

#682edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#682edf Color CSS Codes

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

#682edf Text Font Color

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

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


#682edf Background Color

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

This div background color is #682edf


#682edf Border Color

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

This div border color is #682edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682edf


Comments

No comments written yet.

Please login to write comment.