Color Hex Logo

#683abe Color Hex

#683ABE
(104,58,190)
0 Favorites   0 Comments

Color spaces of #683abe

RGB 10458190
HSL0.720.530.49
HSV261°69°75°
CMYK 0.450.690.00   0.25
XYZ16.51629.686949.7144
Yxy9.68690.21760.1276
Hunter Lab31.123840.2565-72.9180
CIE-Lab37.274549.3832-62.1533

#683abe color RGB value is (104,58,190).

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

The process color (four color CMYK) of #683abe color hex is 0.45, 0.69, 0.00, 0.25. Web safe color of #683abe is #6633cc. Color #683abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00111010 10111110
Octal 150 72 276
Decimal 104 58 190
Hex 68 3A BE

RGB Percentages of Color #683abe

%29.55
%16.48
%53.98

CMYK Percentages of Color #683abe

%45
%69
%0
%25

Triadic Colors of #683abe

#683abe #be683a #3abe68

Analogous Colors of #683abe

#683abe #aa3abe #3a4ebe

Monochromatic Colors of #683abe

#683abe

Complementary Color

#683abe #90be3a

#683abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#683abe Color CSS Codes

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

#683abe Text Font Color

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

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


#683abe Background Color

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

This div background color is #683abe


#683abe Border Color

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

This div border color is #683abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683abe


Comments

No comments written yet.

Please login to write comment.