Color Hex Logo

#683eaa Color Hex

#683EAA
(104,62,170)
0 Favorites   0 Comments

Color spaces of #683eaa

RGB 10462170
HSL0.730.470.45
HSV263°64°67°
CMYK 0.390.640.00   0.33
XYZ14.68729.290639.0494
Yxy9.29060.23300.1474
Hunter Lab30.480532.6704-54.6217
CIE-Lab36.537941.8536-51.5133

#683eaa color RGB value is (104,62,170).

#683eaa hex color red value is 104, green value is 62 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #683eaa hue: 0.73 , saturation: 0.47 and the lightness value of 683eaa is 0.45.

The process color (four color CMYK) of #683eaa color hex is 0.39, 0.64, 0.00, 0.33. Web safe color of #683eaa is #663399. Color #683eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00111110 10101010
Octal 150 76 252
Decimal 104 62 170
Hex 68 3E AA

RGB Percentages of Color #683eaa

%30.95
%18.45
%50.60

CMYK Percentages of Color #683eaa

%39
%64
%0
%33

Triadic Colors of #683eaa

#683eaa #aa683e #3eaa68

Analogous Colors of #683eaa

#683eaa #9e3eaa #3e4aaa

Monochromatic Colors of #683eaa

#683eaa

Complementary Color

#683eaa #80aa3e

#683eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#683eaa Color CSS Codes

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

#683eaa Text Font Color

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

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


#683eaa Background Color

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

This div background color is #683eaa


#683eaa Border Color

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

This div border color is #683eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,62,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #683eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #683eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #683eaa;
  box-shadow:         1px 1px 3px 2px #683eaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683eaa


Comments

No comments written yet.

Please login to write comment.