Color Hex Logo

#68399e Color Hex

#68399E
(104,57,158)
0 Favorites   0 Comments

Color spaces of #68399e

RGB 10457158
HSL0.740.470.42
HSV268°64°62°
CMYK 0.340.640.00   0.38
XYZ13.34368.337933.2538
Yxy8.33790.24290.1518
Hunter Lab28.875431.9545-48.0673
CIE-Lab34.676941.4302-47.3124

#68399e color RGB value is (104,57,158).

#68399e hex color red value is 104, green value is 57 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #68399e hue: 0.74 , saturation: 0.47 and the lightness value of 68399e is 0.42.

The process color (four color CMYK) of #68399e color hex is 0.34, 0.64, 0.00, 0.38. Web safe color of #68399e is #663399. Color #68399e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00111001 10011110
Octal 150 71 236
Decimal 104 57 158
Hex 68 39 9E

RGB Percentages of Color #68399e

%32.60
%17.87
%49.53

CMYK Percentages of Color #68399e

%34
%64
%0
%38

Triadic Colors of #68399e

#68399e #9e6839 #399e68

Analogous Colors of #68399e

#68399e #9b399e #393d9e

Monochromatic Colors of #68399e

#68399e

Complementary Color

#68399e #6f9e39

#68399e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68399e Color Preview on White Background

Lorem ipsum dolor sit amet.

#68399e Color CSS Codes

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

#68399e Text Font Color

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

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


#68399e Background Color

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

This div background color is #68399e


#68399e Border Color

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

This div border color is #68399e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,57,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68399e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68399e;
  -webkit-box-shadow: 1px 1px 3px 2px #68399e;
  box-shadow:         1px 1px 3px 2px #68399e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68399e


Comments

No comments written yet.

Please login to write comment.