Color Hex Logo

#68498f Color Hex

#68498F
(104,73,143)
0 Favorites   0 Comments

Color spaces of #68498f

RGB 10473143
HSL0.740.320.42
HSV267°49°56°
CMYK 0.270.490.00   0.44
XYZ13.04949.691327.1694
Yxy9.69130.26150.1942
Hunter Lab31.130920.3445-29.9537
CIE-Lab37.282628.2749-34.0463

#68498f color RGB value is (104,73,143).

#68498f hex color red value is 104, green value is 73 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #68498f hue: 0.74 , saturation: 0.32 and the lightness value of 68498f is 0.42.

The process color (four color CMYK) of #68498f color hex is 0.27, 0.49, 0.00, 0.44. Web safe color of #68498f is #663399. Color #68498f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01001001 10001111
Octal 150 111 217
Decimal 104 73 143
Hex 68 49 8F

RGB Percentages of Color #68498f

%32.50
%22.81
%44.69

CMYK Percentages of Color #68498f

%27
%49
%0
%44

Triadic Colors of #68498f

#68498f #8f6849 #498f68

Analogous Colors of #68498f

#68498f #8b498f #494d8f

Monochromatic Colors of #68498f

#68498f

Complementary Color

#68498f #708f49

#68498f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68498f Color Preview on White Background

Lorem ipsum dolor sit amet.

#68498f Color CSS Codes

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

#68498f Text Font Color

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

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


#68498f Background Color

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

This div background color is #68498f


#68498f Border Color

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

This div border color is #68498f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,73,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68498f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68498f;
  -webkit-box-shadow: 1px 1px 3px 2px #68498f;
  box-shadow:         1px 1px 3px 2px #68498f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68498f


Comments

No comments written yet.

Please login to write comment.