Color Hex Logo

#682674 Color Hex

#682674
(104,38,116)
0 Favorites   0 Comments

Color spaces of #682674

RGB 10438116
HSL0.810.510.30
HSV291°67°45°
CMYK 0.100.670.00   0.55
XYZ9.55445.590217.0984
Yxy5.59020.29630.1734
Hunter Lab23.643630.7557-26.3264
CIE-Lab28.354141.3018-31.4292

#682674 color RGB value is (104,38,116).

#682674 hex color red value is 104, green value is 38 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #682674 hue: 0.81 , saturation: 0.51 and the lightness value of 682674 is 0.30.

The process color (four color CMYK) of #682674 color hex is 0.10, 0.67, 0.00, 0.55. Web safe color of #682674 is #663366. Color #682674 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00100110 01110100
Octal 150 46 164
Decimal 104 38 116
Hex 68 26 74

RGB Percentages of Color #682674

%40.31
%14.73
%44.96

CMYK Percentages of Color #682674

%10
%67
%0
%55

Triadic Colors of #682674

#682674 #746826 #267468

Analogous Colors of #682674

#682674 #742659 #412674

Monochromatic Colors of #682674

#682674

Complementary Color

#682674 #327426

#682674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#682674 Color CSS Codes

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

#682674 Text Font Color

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

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


#682674 Background Color

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

This div background color is #682674


#682674 Border Color

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

This div border color is #682674


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,38,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #682674; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #682674;
  -webkit-box-shadow: 1px 1px 3px 2px #682674;
  box-shadow:         1px 1px 3px 2px #682674; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682674


Comments

No comments written yet.

Please login to write comment.