Color Hex Logo

#68138c Color Hex

#68138C
(104,19,140)
0 Favorites   0 Comments

Color spaces of #68138c

RGB 10419140
HSL0.780.760.31
HSV282°86°55°
CMYK 0.260.860.00   0.45
XYZ10.67545.302325.2717
Yxy5.30230.25880.1285
Hunter Lab23.026742.4575-48.9517
CIE-Lab27.579253.4000-47.7737

#68138c color RGB value is (104,19,140).

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

The process color (four color CMYK) of #68138c color hex is 0.26, 0.86, 0.00, 0.45. Web safe color of #68138c is #660099. Color #68138c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00010011 10001100
Octal 150 23 214
Decimal 104 19 140
Hex 68 13 8C

RGB Percentages of Color #68138c

%39.54
%7.22
%53.23

CMYK Percentages of Color #68138c

%26
%86
%0
%45

Triadic Colors of #68138c

#68138c #8c6813 #138c68

Analogous Colors of #68138c

#68138c #8c1374 #2c138c

Monochromatic Colors of #68138c

#68138c

Complementary Color

#68138c #378c13

#68138c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68138c Color Preview on White Background

Lorem ipsum dolor sit amet.

#68138c Color CSS Codes

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

#68138c Text Font Color

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

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


#68138c Background Color

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

This div background color is #68138c


#68138c Border Color

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

This div border color is #68138c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68138c


Comments

No comments written yet.

Please login to write comment.