Color Hex Logo

#683bcd Color Hex

#683BCD
(104,59,205)
0 Favorites   0 Comments

Color spaces of #683bcd

RGB 10459205
HSL0.720.590.52
HSV258°71°80°
CMYK 0.490.710.00   0.20
XYZ18.292310.478858.8161
Yxy10.47880.20880.1196
Hunter Lab32.371044.2182-85.0667
CIE-Lab38.688452.9519-68.5925

#683bcd color RGB value is (104,59,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00111011 11001101
Octal 150 73 315
Decimal 104 59 205
Hex 68 3B CD

RGB Percentages of Color #683bcd

%28.26
%16.03
%55.71

CMYK Percentages of Color #683bcd

%49
%71
%0
%20

Triadic Colors of #683bcd

#683bcd #cd683b #3bcd68

Analogous Colors of #683bcd

#683bcd #b13bcd #3b57cd

Monochromatic Colors of #683bcd

#683bcd

Complementary Color

#683bcd #a0cd3b

#683bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#683bcd Color CSS Codes

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

#683bcd Text Font Color

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

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


#683bcd Background Color

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

This div background color is #683bcd


#683bcd Border Color

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

This div border color is #683bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683bcd


Comments

No comments written yet.

Please login to write comment.