Color Hex Logo

#68539a Color Hex

#68539A
(104,83,154)
0 Favorites   0 Comments

Color spaces of #68539a

RGB 10483154
HSL0.720.300.46
HSV258°46°60°
CMYK 0.320.460.00   0.40
XYZ14.634911.462732.0130
Yxy11.46270.25180.1973
Hunter Lab33.856617.9096-32.3618
CIE-Lab40.349125.1071-35.8363

#68539a color RGB value is (104,83,154).

#68539a hex color red value is 104, green value is 83 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #68539a hue: 0.72 , saturation: 0.30 and the lightness value of 68539a is 0.46.

The process color (four color CMYK) of #68539a color hex is 0.32, 0.46, 0.00, 0.40. Web safe color of #68539a is #666699. Color #68539a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010011 10011010
Octal 150 123 232
Decimal 104 83 154
Hex 68 53 9A

RGB Percentages of Color #68539a

%30.50
%24.34
%45.16

CMYK Percentages of Color #68539a

%32
%46
%0
%40

Triadic Colors of #68539a

#68539a #9a6853 #539a68

Analogous Colors of #68539a

#68539a #8c539a #53629a

Monochromatic Colors of #68539a

#68539a

Complementary Color

#68539a #859a53

#68539a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68539a Color Preview on White Background

Lorem ipsum dolor sit amet.

#68539a Color CSS Codes

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

#68539a Text Font Color

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

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


#68539a Background Color

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

This div background color is #68539a


#68539a Border Color

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

This div border color is #68539a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,83,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68539a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68539a;
  -webkit-box-shadow: 1px 1px 3px 2px #68539a;
  box-shadow:         1px 1px 3px 2px #68539a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68539a


Comments

No comments written yet.

Please login to write comment.