Color Hex Logo

#682369 Color Hex

#682369
(104,35,105)
0 Favorites   0 Comments

Color spaces of #682369

RGB 10435105
HSL0.830.500.27
HSV299°67°41°
CMYK 0.010.670.00   0.59
XYZ8.85985.165013.8946
Yxy5.16500.31730.1850
Hunter Lab22.726629.8152-20.3400
CIE-Lab27.199840.5012-26.2089

#682369 color RGB value is (104,35,105).

#682369 hex color red value is 104, green value is 35 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #682369 hue: 0.83 , saturation: 0.50 and the lightness value of 682369 is 0.27.

The process color (four color CMYK) of #682369 color hex is 0.01, 0.67, 0.00, 0.59. Web safe color of #682369 is #663366. Color #682369 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00100011 01101001
Octal 150 43 151
Decimal 104 35 105
Hex 68 23 69

RGB Percentages of Color #682369

%42.62
%14.34
%43.03

CMYK Percentages of Color #682369

%1
%67
%0
%59

Triadic Colors of #682369

#682369 #696823 #236968

Analogous Colors of #682369

#682369 #692347 #452369

Monochromatic Colors of #682369

#682369

Complementary Color

#682369 #246923

#682369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#682369 Color CSS Codes

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

#682369 Text Font Color

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

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


#682369 Background Color

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

This div background color is #682369


#682369 Border Color

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

This div border color is #682369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682369


Comments

No comments written yet.

Please login to write comment.