Color Hex Logo

#682dbd Color Hex

#682DBD
(104,45,189)
0 Favorites   0 Comments

Color spaces of #682dbd

RGB 10445189
HSL0.730.620.46
HSV265°76°74°
CMYK 0.450.760.00   0.26
XYZ15.83268.494048.9491
Yxy8.49400.21610.1159
Hunter Lab29.144545.9665-79.1784
CIE-Lab34.991255.3213-65.2957

#682dbd color RGB value is (104,45,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00101101 10111101
Octal 150 55 275
Decimal 104 45 189
Hex 68 2D BD

RGB Percentages of Color #682dbd

%30.77
%13.31
%55.92

CMYK Percentages of Color #682dbd

%45
%76
%0
%26

Triadic Colors of #682dbd

#682dbd #bd682d #2dbd68

Analogous Colors of #682dbd

#682dbd #b02dbd #2d3abd

Monochromatic Colors of #682dbd

#682dbd

Complementary Color

#682dbd #82bd2d

#682dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#682dbd Color CSS Codes

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

#682dbd Text Font Color

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

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


#682dbd Background Color

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

This div background color is #682dbd


#682dbd Border Color

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

This div border color is #682dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682dbd


Comments

No comments written yet.

Please login to write comment.