Color Hex Logo

#682adf Color Hex

#682ADF
(104,42,223)
0 Favorites   0 Comments

Color spaces of #682adf

RGB 10442223
HSL0.720.740.52
HSV261°81°87°
CMYK 0.530.810.00   0.13
XYZ19.85629.926770.6815
Yxy9.92670.19760.0988
Hunter Lab31.506757.3580-110.9555
CIE-Lab37.710665.1697-80.5680

#682adf color RGB value is (104,42,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00101010 11011111
Octal 150 52 337
Decimal 104 42 223
Hex 68 2A DF

RGB Percentages of Color #682adf

%28.18
%11.38
%60.43

CMYK Percentages of Color #682adf

%53
%81
%0
%13

Triadic Colors of #682adf

#682adf #df682a #2adf68

Analogous Colors of #682adf

#682adf #c32adf #2a46df

Monochromatic Colors of #682adf

#682adf

Complementary Color

#682adf #a1df2a

#682adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#682adf Color CSS Codes

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

#682adf Text Font Color

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

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


#682adf Background Color

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

This div background color is #682adf


#682adf Border Color

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

This div border color is #682adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682adf


Comments

No comments written yet.

Please login to write comment.