Color Hex Logo

#683bbd Color Hex

#683BBD
(104,59,189)
0 Favorites   0 Comments

Color spaces of #683bbd

RGB 10459189
HSL0.720.520.49
HSV261°69°74°
CMYK 0.450.690.00   0.26
XYZ16.45829.745149.1577
Yxy9.74510.21840.1293
Hunter Lab31.217139.4782-71.5121
CIE-Lab37.381048.5973-61.3927

#683bbd color RGB value is (104,59,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00111011 10111101
Octal 150 73 275
Decimal 104 59 189
Hex 68 3B BD

RGB Percentages of Color #683bbd

%29.55
%16.76
%53.69

CMYK Percentages of Color #683bbd

%45
%69
%0
%26

Triadic Colors of #683bbd

#683bbd #bd683b #3bbd68

Analogous Colors of #683bbd

#683bbd #a93bbd #3b4fbd

Monochromatic Colors of #683bbd

#683bbd

Complementary Color

#683bbd #90bd3b

#683bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#683bbd Color CSS Codes

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

#683bbd Text Font Color

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

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


#683bbd Background Color

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

This div background color is #683bbd


#683bbd Border Color

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

This div border color is #683bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683bbd


Comments

No comments written yet.

Please login to write comment.