Color Hex Logo

#684288 Color Hex

#684288
(104,66,136)
0 Favorites   0 Comments

Color spaces of #684288

RGB 10466136
HSL0.760.350.40
HSV273°51°53°
CMYK 0.240.510.00   0.47
XYZ12.10118.617124.3180
Yxy8.61710.26870.1913
Hunter Lab29.354922.2128-28.5682
CIE-Lab35.236430.6888-33.0057

#684288 color RGB value is (104,66,136).

#684288 hex color red value is 104, green value is 66 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #684288 hue: 0.76 , saturation: 0.35 and the lightness value of 684288 is 0.40.

The process color (four color CMYK) of #684288 color hex is 0.24, 0.51, 0.00, 0.47. Web safe color of #684288 is #663399. Color #684288 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01000010 10001000
Octal 150 102 210
Decimal 104 66 136
Hex 68 42 88

RGB Percentages of Color #684288

%33.99
%21.57
%44.44

CMYK Percentages of Color #684288

%24
%51
%0
%47

Triadic Colors of #684288

#684288 #886842 #428868

Analogous Colors of #684288

#684288 #884285 #454288

Monochromatic Colors of #684288

#684288

Complementary Color

#684288 #628842

#684288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#684288 Color CSS Codes

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

#684288 Text Font Color

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

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


#684288 Background Color

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

This div background color is #684288


#684288 Border Color

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

This div border color is #684288


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,66,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #684288; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #684288;
  -webkit-box-shadow: 1px 1px 3px 2px #684288;
  box-shadow:         1px 1px 3px 2px #684288; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684288


Comments

No comments written yet.

Please login to write comment.