Color Hex Logo

#683aaa Color Hex

#683AAA
(104,58,170)
0 Favorites   0 Comments

Color spaces of #683aaa

RGB 10458170
HSL0.740.490.45
HSV265°66°67°
CMYK 0.390.660.00   0.33
XYZ14.47778.871438.9795
Yxy8.87140.23230.1423
Hunter Lab29.784934.6409-56.7434
CIE-Lab35.735544.0303-52.8119

#683aaa color RGB value is (104,58,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00111010 10101010
Octal 150 72 252
Decimal 104 58 170
Hex 68 3A AA

RGB Percentages of Color #683aaa

%31.33
%17.47
%51.20

CMYK Percentages of Color #683aaa

%39
%66
%0
%33

Triadic Colors of #683aaa

#683aaa #aa683a #3aaa68

Analogous Colors of #683aaa

#683aaa #a03aaa #3a44aa

Monochromatic Colors of #683aaa

#683aaa

Complementary Color

#683aaa #7caa3a

#683aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#683aaa Color CSS Codes

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

#683aaa Text Font Color

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

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


#683aaa Background Color

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

This div background color is #683aaa


#683aaa Border Color

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

This div border color is #683aaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,58,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 #683aaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683aaa


Comments

No comments written yet.

Please login to write comment.