Color Hex Logo

#683cce Color Hex

#683CCE
(104,60,206)
0 Favorites   0 Comments

Color spaces of #683cce

RGB 10460206
HSL0.720.600.52
HSV258°71°81°
CMYK 0.500.710.00   0.19
XYZ18.465410.631059.4713
Yxy10.63100.20850.1200
Hunter Lab32.605244.0313-85.3202
CIE-Lab38.951952.7238-68.7408

#683cce color RGB value is (104,60,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00111100 11001110
Octal 150 74 316
Decimal 104 60 206
Hex 68 3C CE

RGB Percentages of Color #683cce

%28.11
%16.22
%55.68

CMYK Percentages of Color #683cce

%50
%71
%0
%19

Triadic Colors of #683cce

#683cce #ce683c #3cce68

Analogous Colors of #683cce

#683cce #b13cce #3c59ce

Monochromatic Colors of #683cce

#683cce

Complementary Color

#683cce #a2ce3c

#683cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#683cce Color CSS Codes

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

#683cce Text Font Color

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

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


#683cce Background Color

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

This div background color is #683cce


#683cce Border Color

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

This div border color is #683cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683cce


Comments

No comments written yet.

Please login to write comment.