Color Hex Logo

#683076 Color Hex

#683076
(104,48,118)
0 Favorites   0 Comments

Color spaces of #683076

RGB 10448118
HSL0.800.420.33
HSV288°59°46°
CMYK 0.120.590.00   0.54
XYZ10.03596.365017.8392
Yxy6.36500.29310.1859
Hunter Lab25.229026.8554-24.2632
CIE-Lab30.315336.6901-29.5842

#683076 color RGB value is (104,48,118).

#683076 hex color red value is 104, green value is 48 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #683076 hue: 0.80 , saturation: 0.42 and the lightness value of 683076 is 0.33.

The process color (four color CMYK) of #683076 color hex is 0.12, 0.59, 0.00, 0.54. Web safe color of #683076 is #663366. Color #683076 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00110000 01110110
Octal 150 60 166
Decimal 104 48 118
Hex 68 30 76

RGB Percentages of Color #683076

%38.52
%17.78
%43.70

CMYK Percentages of Color #683076

%12
%59
%0
%54

Triadic Colors of #683076

#683076 #766830 #307668

Analogous Colors of #683076

#683076 #763061 #453076

Monochromatic Colors of #683076

#683076

Complementary Color

#683076 #3e7630

#683076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#683076 Color CSS Codes

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

#683076 Text Font Color

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

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


#683076 Background Color

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

This div background color is #683076


#683076 Border Color

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

This div border color is #683076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683076


Comments

No comments written yet.

Please login to write comment.