Color Hex Logo

#683bed Color Hex

#683BED
(104,59,237)
0 Favorites   0 Comments

Color spaces of #683bed

RGB 10459237
HSL0.710.830.58
HSV255°75°93°
CMYK 0.560.750.00   0.07
XYZ22.558912.185481.2838
Yxy12.18540.19440.1050
Hunter Lab34.907654.2667-113.6239
CIE-Lab41.509361.6882-82.2770

#683bed color RGB value is (104,59,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00111011 11101101
Octal 150 73 355
Decimal 104 59 237
Hex 68 3B ED

RGB Percentages of Color #683bed

%26.00
%14.75
%59.25

CMYK Percentages of Color #683bed

%56
%75
%0
%7

Triadic Colors of #683bed

#683bed #ed683b #3bed68

Analogous Colors of #683bed

#683bed #c13bed #3b67ed

Monochromatic Colors of #683bed

#683bed

Complementary Color

#683bed #c0ed3b

#683bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#683bed Color CSS Codes

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

#683bed Text Font Color

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

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


#683bed Background Color

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

This div background color is #683bed


#683bed Border Color

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

This div border color is #683bed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,59,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 #683bed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683bed


Comments

No comments written yet.

Please login to write comment.