Color Hex Logo

#683355 Color Hex

#683355
(104,51,85)
0 Favorites   0 Comments

Color spaces of #683355

RGB 1045185
HSL0.890.340.30
HSV322°51°41°
CMYK 0.000.510.18   0.59
XYZ8.53245.96669.2963
Yxy5.96660.35860.2507
Hunter Lab24.426619.6048-5.4660
CIE-Lab29.328028.5000-9.9152

#683355 color RGB value is (104,51,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00110011 01010101
Octal 150 63 125
Decimal 104 51 85
Hex 68 33 55

RGB Percentages of Color #683355

%43.33
%21.25
%35.42

CMYK Percentages of Color #683355

%0
%51
%18
%59

Triadic Colors of #683355

#683355 #556833 #335568

Analogous Colors of #683355

#683355 #68333b #613368

Monochromatic Colors of #683355

#683355

Complementary Color

#683355 #336846

#683355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#683355 Color CSS Codes

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

#683355 Text Font Color

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

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


#683355 Background Color

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

This div background color is #683355


#683355 Border Color

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

This div border color is #683355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683355


Comments

No comments written yet.

Please login to write comment.