Color Hex Logo

#682ebc Color Hex

#682EBC
(104,46,188)
0 Favorites   0 Comments

Color spaces of #682ebc

RGB 10446188
HSL0.730.610.46
HSV265°76°74°
CMYK 0.450.760.00   0.26
XYZ15.76308.527948.3922
Yxy8.52790.21690.1173
Hunter Lab29.202645.2465-77.8089
CIE-Lab35.059054.6255-64.5956

#682ebc color RGB value is (104,46,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00101110 10111100
Octal 150 56 274
Decimal 104 46 188
Hex 68 2E BC

RGB Percentages of Color #682ebc

%30.77
%13.61
%55.62

CMYK Percentages of Color #682ebc

%45
%76
%0
%26

Triadic Colors of #682ebc

#682ebc #bc682e #2ebc68

Analogous Colors of #682ebc

#682ebc #af2ebc #2e3bbc

Monochromatic Colors of #682ebc

#682ebc

Complementary Color

#682ebc #82bc2e

#682ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#682ebc Color CSS Codes

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

#682ebc Text Font Color

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

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


#682ebc Background Color

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

This div background color is #682ebc


#682ebc Border Color

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

This div border color is #682ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682ebc


Comments

No comments written yet.

Please login to write comment.