Color Hex Logo

#683bbe Color Hex

#683BBE
(104,59,190)
0 Favorites   0 Comments

Color spaces of #683bbe

RGB 10459190
HSL0.720.530.49
HSV261°69°75°
CMYK 0.450.690.00   0.25
XYZ16.56719.788749.7314
Yxy9.78870.21770.1287
Hunter Lab31.286939.7676-72.3423
CIE-Lab37.460548.8680-61.8502

#683bbe color RGB value is (104,59,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00111011 10111110
Octal 150 73 276
Decimal 104 59 190
Hex 68 3B BE

RGB Percentages of Color #683bbe

%29.46
%16.71
%53.82

CMYK Percentages of Color #683bbe

%45
%69
%0
%25

Triadic Colors of #683bbe

#683bbe #be683b #3bbe68

Analogous Colors of #683bbe

#683bbe #aa3bbe #3b50be

Monochromatic Colors of #683bbe

#683bbe

Complementary Color

#683bbe #91be3b

#683bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#683bbe Color CSS Codes

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

#683bbe Text Font Color

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

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


#683bbe Background Color

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

This div background color is #683bbe


#683bbe Border Color

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

This div border color is #683bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683bbe


Comments

No comments written yet.

Please login to write comment.