Color Hex Logo

#683dcc Color Hex

#683DCC
(104,61,204)
0 Favorites   0 Comments

Color spaces of #683dcc

RGB 10461204
HSL0.720.580.52
HSV258°70°80°
CMYK 0.490.700.00   0.20
XYZ18.276710.640258.2172
Yxy10.64020.20980.1221
Hunter Lab32.619342.9303-82.9841
CIE-Lab38.967751.6657-67.5561

#683dcc color RGB value is (104,61,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00111101 11001100
Octal 150 75 314
Decimal 104 61 204
Hex 68 3D CC

RGB Percentages of Color #683dcc

%28.18
%16.53
%55.28

CMYK Percentages of Color #683dcc

%49
%70
%0
%20

Triadic Colors of #683dcc

#683dcc #cc683d #3dcc68

Analogous Colors of #683dcc

#683dcc #b03dcc #3d5acc

Monochromatic Colors of #683dcc

#683dcc

Complementary Color

#683dcc #a1cc3d

#683dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#683dcc Color CSS Codes

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

#683dcc Text Font Color

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

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


#683dcc Background Color

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

This div background color is #683dcc


#683dcc Border Color

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

This div border color is #683dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683dcc


Comments

No comments written yet.

Please login to write comment.