Color Hex Logo

#68245e Color Hex

#68245E
(104,36,94)
0 Favorites   0 Comments

Color spaces of #68245e

RGB 1043694
HSL0.860.490.27
HSV309°65°41°
CMYK 0.000.650.10   0.59
XYZ8.36025.013011.1166
Yxy5.01300.34140.2047
Hunter Lab22.389727.4689-13.7649
CIE-Lab26.771838.0020-19.7317

#68245e color RGB value is (104,36,94).

#68245e hex color red value is 104, green value is 36 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #68245e hue: 0.86 , saturation: 0.49 and the lightness value of 68245e is 0.27.

The process color (four color CMYK) of #68245e color hex is 0.00, 0.65, 0.10, 0.59. Web safe color of #68245e is #663366. Color #68245e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00100100 01011110
Octal 150 44 136
Decimal 104 36 94
Hex 68 24 5E

RGB Percentages of Color #68245e

%44.44
%15.38
%40.17

CMYK Percentages of Color #68245e

%0
%65
%10
%59

Triadic Colors of #68245e

#68245e #5e6824 #245e68

Analogous Colors of #68245e

#68245e #68243c #502468

Monochromatic Colors of #68245e

#68245e

Complementary Color

#68245e #24682e

#68245e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68245e Color Preview on White Background

Lorem ipsum dolor sit amet.

#68245e Color CSS Codes

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

#68245e Text Font Color

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

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


#68245e Background Color

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

This div background color is #68245e


#68245e Border Color

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

This div border color is #68245e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68245e


Comments

No comments written yet.

Please login to write comment.