Color Hex Logo

#683070 Color Hex

#683070
(104,48,112)
0 Favorites   0 Comments

Color spaces of #683070

RGB 10448112
HSL0.810.400.31
HSV293°57°44°
CMYK 0.070.570.00   0.56
XYZ9.69056.226816.0204
Yxy6.22680.30340.1950
Hunter Lab24.953625.6502-20.5972
CIE-Lab29.977635.4026-26.3130

#683070 color RGB value is (104,48,112).

#683070 hex color red value is 104, green value is 48 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #683070 hue: 0.81 , saturation: 0.40 and the lightness value of 683070 is 0.31.

The process color (four color CMYK) of #683070 color hex is 0.07, 0.57, 0.00, 0.56. Web safe color of #683070 is #663366. Color #683070 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00110000 01110000
Octal 150 60 160
Decimal 104 48 112
Hex 68 30 70

RGB Percentages of Color #683070

%39.39
%18.18
%42.42

CMYK Percentages of Color #683070

%7
%57
%0
%56

Triadic Colors of #683070

#683070 #706830 #307068

Analogous Colors of #683070

#683070 #703058 #483070

Monochromatic Colors of #683070

#683070

Complementary Color

#683070 #387030

#683070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#683070 Color CSS Codes

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

#683070 Text Font Color

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

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


#683070 Background Color

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

This div background color is #683070


#683070 Border Color

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

This div border color is #683070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683070


Comments

No comments written yet.

Please login to write comment.