Color Hex Logo

#683486 Color Hex

#683486
(104,52,134)
0 Favorites   0 Comments

Color spaces of #683486

RGB 10452134
HSL0.770.440.36
HSV278°61°53°
CMYK 0.220.610.00   0.47
XYZ11.24007.120323.3362
Yxy7.12030.26960.1708
Hunter Lab26.683928.4924-33.1729
CIE-Lab32.079238.1835-36.7935

#683486 color RGB value is (104,52,134).

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

The process color (four color CMYK) of #683486 color hex is 0.22, 0.61, 0.00, 0.47. Web safe color of #683486 is #663399. Color #683486 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00110100 10000110
Octal 150 64 206
Decimal 104 52 134
Hex 68 34 86

RGB Percentages of Color #683486

%35.86
%17.93
%46.21

CMYK Percentages of Color #683486

%22
%61
%0
%47

Triadic Colors of #683486

#683486 #866834 #348668

Analogous Colors of #683486

#683486 #86347b #3f3486

Monochromatic Colors of #683486

#683486

Complementary Color

#683486 #528634

#683486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#683486 Color CSS Codes

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

#683486 Text Font Color

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

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


#683486 Background Color

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

This div background color is #683486


#683486 Border Color

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

This div border color is #683486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683486


Comments

No comments written yet.

Please login to write comment.