Color Hex Logo

#683280 Color Hex

#683280
(104,50,128)
0 Favorites   0 Comments

Color spaces of #683280

RGB 10450128
HSL0.780.440.35
HSV282°61°50°
CMYK 0.190.610.00   0.50
XYZ10.74586.782821.1649
Yxy6.78280.27770.1753
Hunter Lab26.043828.0733-29.9523
CIE-Lab31.307237.8600-34.2909

#683280 color RGB value is (104,50,128).

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

The process color (four color CMYK) of #683280 color hex is 0.19, 0.61, 0.00, 0.50. Web safe color of #683280 is #663399. Color #683280 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00110010 10000000
Octal 150 62 200
Decimal 104 50 128
Hex 68 32 80

RGB Percentages of Color #683280

%36.88
%17.73
%45.39

CMYK Percentages of Color #683280

%19
%61
%0
%50

Triadic Colors of #683280

#683280 #806832 #328068

Analogous Colors of #683280

#683280 #803271 #413280

Monochromatic Colors of #683280

#683280

Complementary Color

#683280 #4a8032

#683280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#683280 Color CSS Codes

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

#683280 Text Font Color

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

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


#683280 Background Color

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

This div background color is #683280


#683280 Border Color

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

This div border color is #683280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683280


Comments

No comments written yet.

Please login to write comment.