Color Hex Logo

#684beb Color Hex

#684BEB
(104,75,235)
0 Favorites   0 Comments

Color spaces of #684beb

RGB 10475235
HSL0.700.800.61
HSV251°68°92°
CMYK 0.560.680.00   0.08
XYZ23.220413.973480.0705
Yxy13.97340.19800.1192
Hunter Lab37.381045.4642-100.8331
CIE-Lab44.194853.1097-76.7396

#684beb color RGB value is (104,75,235).

#684beb hex color red value is 104, green value is 75 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #684beb hue: 0.70 , saturation: 0.80 and the lightness value of 684beb is 0.61.

The process color (four color CMYK) of #684beb color hex is 0.56, 0.68, 0.00, 0.08. Web safe color of #684beb is #6633ff. Color #684beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01001011 11101011
Octal 150 113 353
Decimal 104 75 235
Hex 68 4B EB

RGB Percentages of Color #684beb

%25.12
%18.12
%56.76

CMYK Percentages of Color #684beb

%56
%68
%0
%8

Triadic Colors of #684beb

#684beb #eb684b #4beb68

Analogous Colors of #684beb

#684beb #b84beb #4b7eeb

Monochromatic Colors of #684beb

#684beb

Complementary Color

#684beb #ceeb4b

#684beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#684beb Color CSS Codes

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

#684beb Text Font Color

<p style="color:#684beb">Text here</p>

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


#684beb Background Color

<div style="background-color:#684beb">
Div content here</div>

This div background color is #684beb


#684beb Border Color

<div style="border:3px solid #684beb">
Div here</div>

This div border color is #684beb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,75,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #684beb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #684beb;
  -webkit-box-shadow: 1px 1px 3px 2px #684beb;
  box-shadow:         1px 1px 3px 2px #684beb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684beb


Comments

No comments written yet.

Please login to write comment.