Color Hex Logo

#683eca Color Hex

#683ECA
(104,62,202)
0 Favorites   0 Comments

Color spaces of #683eca

RGB 10462202
HSL0.720.570.52
HSV258°69°79°
CMYK 0.490.690.00   0.21
XYZ18.092210.652656.9797
Yxy10.65260.21110.1243
Hunter Lab32.638341.8297-80.6611
CIE-Lab38.989150.5993-66.3609

#683eca color RGB value is (104,62,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00111110 11001010
Octal 150 76 312
Decimal 104 62 202
Hex 68 3E CA

RGB Percentages of Color #683eca

%28.26
%16.85
%54.89

CMYK Percentages of Color #683eca

%49
%69
%0
%21

Triadic Colors of #683eca

#683eca #ca683e #3eca68

Analogous Colors of #683eca

#683eca #ae3eca #3e5aca

Monochromatic Colors of #683eca

#683eca

Complementary Color

#683eca #a0ca3e

#683eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#683eca Color CSS Codes

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

#683eca Text Font Color

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

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


#683eca Background Color

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

This div background color is #683eca


#683eca Border Color

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

This div border color is #683eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683eca


Comments

No comments written yet.

Please login to write comment.