Color Hex Logo

#683288 Color Hex

#683288
(104,50,136)
0 Favorites   0 Comments

Color spaces of #683288

RGB 10450136
HSL0.770.460.36
HSV278°63°53°
CMYK 0.240.630.00   0.47
XYZ11.29357.001824.0488
Yxy7.00180.26670.1654
Hunter Lab26.460929.8771-35.3626
CIE-Lab31.811039.7284-38.4621

#683288 color RGB value is (104,50,136).

#683288 hex color red value is 104, green value is 50 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #683288 hue: 0.77 , saturation: 0.46 and the lightness value of 683288 is 0.36.

The process color (four color CMYK) of #683288 color hex is 0.24, 0.63, 0.00, 0.47. Web safe color of #683288 is #663399. Color #683288 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00110010 10001000
Octal 150 62 210
Decimal 104 50 136
Hex 68 32 88

RGB Percentages of Color #683288

%35.86
%17.24
%46.90

CMYK Percentages of Color #683288

%24
%63
%0
%47

Triadic Colors of #683288

#683288 #886832 #328868

Analogous Colors of #683288

#683288 #88327d #3d3288

Monochromatic Colors of #683288

#683288

Complementary Color

#683288 #528832

#683288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#683288 Color CSS Codes

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

#683288 Text Font Color

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

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


#683288 Background Color

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

This div background color is #683288


#683288 Border Color

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

This div border color is #683288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683288


Comments

No comments written yet.

Please login to write comment.