Color Hex Logo

#683268 Color Hex

#683268
(104,50,104)
0 Favorites   0 Comments

Color spaces of #683268

RGB 10450104
HSL0.830.350.30
HSV300°52°41°
CMYK 0.000.520.00   0.59
XYZ9.34826.223713.8053
Yxy6.22370.31820.2119
Hunter Lab24.947323.2292-15.3466
CIE-Lab29.970032.6522-21.2166

#683268 color RGB value is (104,50,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00110010 01101000
Octal 150 62 150
Decimal 104 50 104
Hex 68 32 68

RGB Percentages of Color #683268

%40.31
%19.38
%40.31

CMYK Percentages of Color #683268

%0
%52
%0
%59

Triadic Colors of #683268

#683268 #686832 #326868

Analogous Colors of #683268

#683268 #68324d #4d3268

Monochromatic Colors of #683268

#683268

Complementary Color

#683268 #326832

#683268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#683268 Color CSS Codes

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

#683268 Text Font Color

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

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


#683268 Background Color

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

This div background color is #683268


#683268 Border Color

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

This div border color is #683268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683268


Comments

No comments written yet.

Please login to write comment.