Color Hex Logo

#682ebb Color Hex

#682EBB
(104,46,187)
0 Favorites   0 Comments

Color spaces of #682ebb

RGB 10446187
HSL0.740.610.46
HSV265°75°73°
CMYK 0.440.750.00   0.27
XYZ15.65568.484947.8263
Yxy8.48490.21750.1179
Hunter Lab29.128944.9612-76.9573
CIE-Lab34.973054.3707-64.1465

#682ebb color RGB value is (104,46,187).

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

The process color (four color CMYK) of #682ebb color hex is 0.44, 0.75, 0.00, 0.27. Web safe color of #682ebb is #6633cc. Color #682ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00101110 10111011
Octal 150 56 273
Decimal 104 46 187
Hex 68 2E BB

RGB Percentages of Color #682ebb

%30.86
%13.65
%55.49

CMYK Percentages of Color #682ebb

%44
%75
%0
%27

Triadic Colors of #682ebb

#682ebb #bb682e #2ebb68

Analogous Colors of #682ebb

#682ebb #af2ebb #2e3abb

Monochromatic Colors of #682ebb

#682ebb

Complementary Color

#682ebb #81bb2e

#682ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#682ebb Color CSS Codes

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

#682ebb Text Font Color

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

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


#682ebb Background Color

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

This div background color is #682ebb


#682ebb Border Color

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

This div border color is #682ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682ebb


Comments

No comments written yet.

Please login to write comment.