Color Hex Logo

#683dcf Color Hex

#683DCF
(104,61,207)
0 Favorites   0 Comments

Color spaces of #683dcf

RGB 10461207
HSL0.720.600.53
HSV258°71°81°
CMYK 0.500.710.00   0.19
XYZ18.640110.785560.1309
Yxy10.78550.20810.1204
Hunter Lab32.841343.8410-85.5684
CIE-Lab39.216852.4923-68.8862

#683dcf color RGB value is (104,61,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00111101 11001111
Octal 150 75 317
Decimal 104 61 207
Hex 68 3D CF

RGB Percentages of Color #683dcf

%27.96
%16.40
%55.65

CMYK Percentages of Color #683dcf

%50
%71
%0
%19

Triadic Colors of #683dcf

#683dcf #cf683d #3dcf68

Analogous Colors of #683dcf

#683dcf #b13dcf #3d5bcf

Monochromatic Colors of #683dcf

#683dcf

Complementary Color

#683dcf #a4cf3d

#683dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#683dcf Color CSS Codes

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

#683dcf Text Font Color

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

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


#683dcf Background Color

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

This div background color is #683dcf


#683dcf Border Color

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

This div border color is #683dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683dcf


Comments

No comments written yet.

Please login to write comment.