Color Hex Logo

#683383 Color Hex

#683383
(104,51,131)
0 Favorites   0 Comments

Color spaces of #683383

RGB 10451131
HSL0.780.440.36
HSV280°61°51°
CMYK 0.210.610.00   0.49
XYZ10.98956.949422.2349
Yxy6.94940.27350.1730
Hunter Lab26.361728.2789-31.5552
CIE-Lab31.691438.0181-35.5489

#683383 color RGB value is (104,51,131).

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

The process color (four color CMYK) of #683383 color hex is 0.21, 0.61, 0.00, 0.49. Web safe color of #683383 is #663399. Color #683383 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00110011 10000011
Octal 150 63 203
Decimal 104 51 131
Hex 68 33 83

RGB Percentages of Color #683383

%36.36
%17.83
%45.80

CMYK Percentages of Color #683383

%21
%61
%0
%49

Triadic Colors of #683383

#683383 #836833 #338368

Analogous Colors of #683383

#683383 #833376 #403383

Monochromatic Colors of #683383

#683383

Complementary Color

#683383 #4e8333

#683383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#683383 Color CSS Codes

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

#683383 Text Font Color

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

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


#683383 Background Color

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

This div background color is #683383


#683383 Border Color

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

This div border color is #683383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683383


Comments

No comments written yet.

Please login to write comment.