Color Hex Logo

#682dbe Color Hex

#682DBE
(104,45,190)
0 Favorites   0 Comments

Color spaces of #682dbe

RGB 10445190
HSL0.730.620.46
HSV264°76°75°
CMYK 0.450.760.00   0.25
XYZ15.94168.537549.5229
Yxy8.53750.21540.1154
Hunter Lab29.219046.2546-80.0365
CIE-Lab35.078155.5766-65.7422

#682dbe color RGB value is (104,45,190).

#682dbe hex color red value is 104, green value is 45 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #682dbe hue: 0.73 , saturation: 0.62 and the lightness value of 682dbe is 0.46.

The process color (four color CMYK) of #682dbe color hex is 0.45, 0.76, 0.00, 0.25. Web safe color of #682dbe is #6633cc. Color #682dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00101101 10111110
Octal 150 55 276
Decimal 104 45 190
Hex 68 2D BE

RGB Percentages of Color #682dbe

%30.68
%13.27
%56.05

CMYK Percentages of Color #682dbe

%45
%76
%0
%25

Triadic Colors of #682dbe

#682dbe #be682d #2dbe68

Analogous Colors of #682dbe

#682dbe #b12dbe #2d3bbe

Monochromatic Colors of #682dbe

#682dbe

Complementary Color

#682dbe #83be2d

#682dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#682dbe Color CSS Codes

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

#682dbe Text Font Color

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

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


#682dbe Background Color

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

This div background color is #682dbe


#682dbe Border Color

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

This div border color is #682dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682dbe


Comments

No comments written yet.

Please login to write comment.