Color Hex Logo

#682cbe Color Hex

#682CBE
(104,44,190)
0 Favorites   0 Comments

Color spaces of #682cbe

RGB 10444190
HSL0.740.620.46
HSV265°77°75°
CMYK 0.450.770.00   0.25
XYZ15.90398.462149.5103
Yxy8.46210.21530.1145
Hunter Lab29.089746.6825-80.5481
CIE-Lab34.927356.0091-65.9892

#682cbe color RGB value is (104,44,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00101100 10111110
Octal 150 54 276
Decimal 104 44 190
Hex 68 2C BE

RGB Percentages of Color #682cbe

%30.77
%13.02
%56.21

CMYK Percentages of Color #682cbe

%45
%77
%0
%25

Triadic Colors of #682cbe

#682cbe #be682c #2cbe68

Analogous Colors of #682cbe

#682cbe #b12cbe #2c39be

Monochromatic Colors of #682cbe

#682cbe

Complementary Color

#682cbe #82be2c

#682cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#682cbe Color CSS Codes

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

#682cbe Text Font Color

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

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


#682cbe Background Color

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

This div background color is #682cbe


#682cbe Border Color

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

This div border color is #682cbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,44,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 #682cbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682cbe


Comments

No comments written yet.

Please login to write comment.