Color Hex Logo

#683aef Color Hex

#683AEF
(104,58,239)
0 Favorites   0 Comments

Color spaces of #683aef

RGB 10458239
HSL0.710.850.58
HSV255°76°94°
CMYK 0.560.760.00   0.06
XYZ22.802012.201282.8146
Yxy12.20120.19350.1036
Hunter Lab34.930255.3946-116.1170
CIE-Lab41.534162.6892-83.3660

#683aef color RGB value is (104,58,239).

#683aef hex color red value is 104, green value is 58 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #683aef hue: 0.71 , saturation: 0.85 and the lightness value of 683aef is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00111010 11101111
Octal 150 72 357
Decimal 104 58 239
Hex 68 3A EF

RGB Percentages of Color #683aef

%25.94
%14.46
%59.60

CMYK Percentages of Color #683aef

%56
%76
%0
%6

Triadic Colors of #683aef

#683aef #ef683a #3aef68

Analogous Colors of #683aef

#683aef #c33aef #3a67ef

Monochromatic Colors of #683aef

#683aef

Complementary Color

#683aef #c1ef3a

#683aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#683aef Color CSS Codes

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

#683aef Text Font Color

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

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


#683aef Background Color

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

This div background color is #683aef


#683aef Border Color

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

This div border color is #683aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683aef


Comments

No comments written yet.

Please login to write comment.