Color Hex Logo

#682adb Color Hex

#682ADB
(104,42,219)
0 Favorites   0 Comments

Color spaces of #682adb

RGB 10442219
HSL0.730.710.51
HSV261°81°86°
CMYK 0.530.810.00   0.14
XYZ19.32319.713567.8743
Yxy9.71350.19940.1002
Hunter Lab31.166556.1279-107.3051
CIE-Lab37.323264.1599-78.9121

#682adb color RGB value is (104,42,219).

#682adb hex color red value is 104, green value is 42 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #682adb hue: 0.73 , saturation: 0.71 and the lightness value of 682adb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00101010 11011011
Octal 150 52 333
Decimal 104 42 219
Hex 68 2A DB

RGB Percentages of Color #682adb

%28.49
%11.51
%60.00

CMYK Percentages of Color #682adb

%53
%81
%0
%14

Triadic Colors of #682adb

#682adb #db682a #2adb68

Analogous Colors of #682adb

#682adb #c12adb #2a45db

Monochromatic Colors of #682adb

#682adb

Complementary Color

#682adb #9ddb2a

#682adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#682adb Color CSS Codes

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

#682adb Text Font Color

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

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


#682adb Background Color

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

This div background color is #682adb


#682adb Border Color

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

This div border color is #682adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682adb


Comments

No comments written yet.

Please login to write comment.