Color Hex Logo

#683bae Color Hex

#683BAE
(104,59,174)
0 Favorites   0 Comments

Color spaces of #683bae

RGB 10459174
HSL0.730.490.46
HSV263°66°68°
CMYK 0.400.660.00   0.32
XYZ14.91299.127041.0201
Yxy9.12700.22920.1403
Hunter Lab30.210935.2431-59.3557
CIE-Lab36.227744.5581-54.3994

#683bae color RGB value is (104,59,174).

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

The process color (four color CMYK) of #683bae color hex is 0.40, 0.66, 0.00, 0.32. Web safe color of #683bae is #663399. Color #683bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00111011 10101110
Octal 150 73 256
Decimal 104 59 174
Hex 68 3B AE

RGB Percentages of Color #683bae

%30.86
%17.51
%51.63

CMYK Percentages of Color #683bae

%40
%66
%0
%32

Triadic Colors of #683bae

#683bae #ae683b #3bae68

Analogous Colors of #683bae

#683bae #a23bae #3b48ae

Monochromatic Colors of #683bae

#683bae

Complementary Color

#683bae #81ae3b

#683bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#683bae Color CSS Codes

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

#683bae Text Font Color

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

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


#683bae Background Color

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

This div background color is #683bae


#683bae Border Color

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

This div border color is #683bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683bae


Comments

No comments written yet.

Please login to write comment.