Color Hex Logo

#683ecc Color Hex

#683ECC
(104,62,204)
0 Favorites   0 Comments

Color spaces of #683ecc

RGB 10462204
HSL0.720.580.52
HSV258°70°80°
CMYK 0.490.700.00   0.20
XYZ18.330610.747958.2352
Yxy10.74790.20990.1231
Hunter Lab32.784042.4332-82.3698
CIE-Lab39.152651.1524-67.2542

#683ecc color RGB value is (104,62,204).

#683ecc hex color red value is 104, green value is 62 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #683ecc hue: 0.72 , saturation: 0.58 and the lightness value of 683ecc is 0.52.

The process color (four color CMYK) of #683ecc color hex is 0.49, 0.70, 0.00, 0.20. Web safe color of #683ecc is #6633cc. Color #683ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00111110 11001100
Octal 150 76 314
Decimal 104 62 204
Hex 68 3E CC

RGB Percentages of Color #683ecc

%28.11
%16.76
%55.14

CMYK Percentages of Color #683ecc

%49
%70
%0
%20

Triadic Colors of #683ecc

#683ecc #cc683e #3ecc68

Analogous Colors of #683ecc

#683ecc #af3ecc #3e5bcc

Monochromatic Colors of #683ecc

#683ecc

Complementary Color

#683ecc #a2cc3e

#683ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#683ecc Color CSS Codes

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

#683ecc Text Font Color

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

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


#683ecc Background Color

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

This div background color is #683ecc


#683ecc Border Color

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

This div border color is #683ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683ecc


Comments

No comments written yet.

Please login to write comment.