Color Hex Logo

#683eed Color Hex

#683EED
(104,62,237)
0 Favorites   0 Comments

Color spaces of #683eed

RGB 10462237
HSL0.710.830.59
HSV254°74°93°
CMYK 0.560.740.00   0.07
XYZ22.717612.502781.3367
Yxy12.50270.19490.1073
Hunter Lab35.359252.8044-111.6334
CIE-Lab42.004260.2793-81.4631

#683eed color RGB value is (104,62,237).

#683eed hex color red value is 104, green value is 62 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #683eed hue: 0.71 , saturation: 0.83 and the lightness value of 683eed is 0.59.

The process color (four color CMYK) of #683eed color hex is 0.56, 0.74, 0.00, 0.07. Web safe color of #683eed is #6633ff. Color #683eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00111110 11101101
Octal 150 76 355
Decimal 104 62 237
Hex 68 3E ED

RGB Percentages of Color #683eed

%25.81
%15.38
%58.81

CMYK Percentages of Color #683eed

%56
%74
%0
%7

Triadic Colors of #683eed

#683eed #ed683e #3eed68

Analogous Colors of #683eed

#683eed #c03eed #3e6ced

Monochromatic Colors of #683eed

#683eed

Complementary Color

#683eed #c3ed3e

#683eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#683eed Color CSS Codes

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

#683eed Text Font Color

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

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


#683eed Background Color

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

This div background color is #683eed


#683eed Border Color

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

This div border color is #683eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683eed


Comments

No comments written yet.

Please login to write comment.