Color Hex Logo

#68138e Color Hex

#68138E
(104,19,142)
0 Favorites   0 Comments

Color spaces of #68138e

RGB 10419142
HSL0.780.760.32
HSV281°87°56°
CMYK 0.270.870.00   0.44
XYZ10.82435.361826.0556
Yxy5.36180.25620.1269
Hunter Lab23.155642.9194-50.5067
CIE-Lab27.741653.8164-48.7516

#68138e color RGB value is (104,19,142).

#68138e hex color red value is 104, green value is 19 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #68138e hue: 0.78 , saturation: 0.76 and the lightness value of 68138e is 0.32.

The process color (four color CMYK) of #68138e color hex is 0.27, 0.87, 0.00, 0.44. Web safe color of #68138e is #660099. Color #68138e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00010011 10001110
Octal 150 23 216
Decimal 104 19 142
Hex 68 13 8E

RGB Percentages of Color #68138e

%39.25
%7.17
%53.58

CMYK Percentages of Color #68138e

%27
%87
%0
%44

Triadic Colors of #68138e

#68138e #8e6813 #138e68

Analogous Colors of #68138e

#68138e #8e1377 #2b138e

Monochromatic Colors of #68138e

#68138e

Complementary Color

#68138e #398e13

#68138e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68138e Color Preview on White Background

Lorem ipsum dolor sit amet.

#68138e Color CSS Codes

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

#68138e Text Font Color

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

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


#68138e Background Color

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

This div background color is #68138e


#68138e Border Color

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

This div border color is #68138e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68138e


Comments

No comments written yet.

Please login to write comment.