Color Hex Logo

#683365 Color Hex

#683365
(104,51,101)
0 Favorites   0 Comments

Color spaces of #683365

RGB 10451101
HSL0.840.340.30
HSV303°51°41°
CMYK 0.000.510.03   0.59
XYZ9.24176.250313.0313
Yxy6.25030.32400.2191
Hunter Lab25.000622.2331-13.4039
CIE-Lab30.035431.4905-19.1899

#683365 color RGB value is (104,51,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00110011 01100101
Octal 150 63 145
Decimal 104 51 101
Hex 68 33 65

RGB Percentages of Color #683365

%40.63
%19.92
%39.45

CMYK Percentages of Color #683365

%0
%51
%3
%59

Triadic Colors of #683365

#683365 #656833 #336568

Analogous Colors of #683365

#683365 #68334b #513368

Monochromatic Colors of #683365

#683365

Complementary Color

#683365 #336836

#683365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#683365 Color CSS Codes

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

#683365 Text Font Color

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

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


#683365 Background Color

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

This div background color is #683365


#683365 Border Color

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

This div border color is #683365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683365


Comments

No comments written yet.

Please login to write comment.