Color Hex Logo

#68136b Color Hex

#68136B
(104,19,107)
0 Favorites   0 Comments

Color spaces of #68136b

RGB 10419107
HSL0.830.700.25
HSV298°82°42°
CMYK 0.030.820.00   0.58
XYZ8.59564.470314.3197
Yxy4.47030.31390.1632
Hunter Lab21.143135.5678-25.3555
CIE-Lab25.169046.9783-30.7269

#68136b color RGB value is (104,19,107).

#68136b hex color red value is 104, green value is 19 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #68136b hue: 0.83 , saturation: 0.70 and the lightness value of 68136b is 0.25.

The process color (four color CMYK) of #68136b color hex is 0.03, 0.82, 0.00, 0.58. Web safe color of #68136b is #660066. Color #68136b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00010011 01101011
Octal 150 23 153
Decimal 104 19 107
Hex 68 13 6B

RGB Percentages of Color #68136b

%45.22
%8.26
%46.52

CMYK Percentages of Color #68136b

%3
%82
%0
%58

Triadic Colors of #68136b

#68136b #6b6813 #136b68

Analogous Colors of #68136b

#68136b #6b1342 #3c136b

Monochromatic Colors of #68136b

#68136b

Complementary Color

#68136b #166b13

#68136b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68136b Color Preview on White Background

Lorem ipsum dolor sit amet.

#68136b Color CSS Codes

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

#68136b Text Font Color

<p style="color:#68136b">Text here</p>

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


#68136b Background Color

<div style="background-color:#68136b">
Div content here</div>

This div background color is #68136b


#68136b Border Color

<div style="border:3px solid #68136b">
Div here</div>

This div border color is #68136b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68136b


Comments

No comments written yet.

Please login to write comment.