Color Hex Logo

#683265 Color Hex

#683265
(104,50,101)
0 Favorites   0 Comments

Color spaces of #683265

RGB 10450101
HSL0.840.350.30
HSV303°52°41°
CMYK 0.000.520.03   0.59
XYZ9.19856.163813.0168
Yxy6.16380.32410.2172
Hunter Lab24.827022.6877-13.7069
CIE-Lab29.822032.0513-19.5211

#683265 color RGB value is (104,50,101).

#683265 hex color red value is 104, green value is 50 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #683265 hue: 0.84 , saturation: 0.35 and the lightness value of 683265 is 0.30.

The process color (four color CMYK) of #683265 color hex is 0.00, 0.52, 0.03, 0.59. Web safe color of #683265 is #663366. Color #683265 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00110010 01100101
Octal 150 62 145
Decimal 104 50 101
Hex 68 32 65

RGB Percentages of Color #683265

%40.78
%19.61
%39.61

CMYK Percentages of Color #683265

%0
%52
%3
%59

Triadic Colors of #683265

#683265 #656832 #326568

Analogous Colors of #683265

#683265 #68324a #503268

Monochromatic Colors of #683265

#683265

Complementary Color

#683265 #326835

#683265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#683265 Color CSS Codes

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

#683265 Text Font Color

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

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


#683265 Background Color

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

This div background color is #683265


#683265 Border Color

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

This div border color is #683265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683265


Comments

No comments written yet.

Please login to write comment.