Color Hex Logo

#683364 Color Hex

#683364
(104,51,100)
0 Favorites   0 Comments

Color spaces of #683364

RGB 10451100
HSL0.850.340.30
HSV305°51°41°
CMYK 0.000.510.04   0.59
XYZ9.19306.230812.7747
Yxy6.23080.32600.2210
Hunter Lab24.961622.0563-12.8700
CIE-Lab29.987431.2925-18.6213

#683364 color RGB value is (104,51,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00110011 01100100
Octal 150 63 144
Decimal 104 51 100
Hex 68 33 64

RGB Percentages of Color #683364

%40.78
%20.00
%39.22

CMYK Percentages of Color #683364

%0
%51
%4
%59

Triadic Colors of #683364

#683364 #646833 #336468

Analogous Colors of #683364

#683364 #68334a #523368

Monochromatic Colors of #683364

#683364

Complementary Color

#683364 #336837

#683364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#683364 Color CSS Codes

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

#683364 Text Font Color

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

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


#683364 Background Color

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

This div background color is #683364


#683364 Border Color

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

This div border color is #683364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683364


Comments

No comments written yet.

Please login to write comment.