Color Hex Logo

#68156b Color Hex

#68156B
(104,21,107)
0 Favorites   0 Comments

Color spaces of #68156b

RGB 10421107
HSL0.830.670.25
HSV298°80°42°
CMYK 0.030.800.00   0.58
XYZ8.63094.540914.3315
Yxy4.54090.31380.1651
Hunter Lab21.309435.0061-24.9586
CIE-Lab25.384646.3558-30.3831

#68156b color RGB value is (104,21,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00010101 01101011
Octal 150 25 153
Decimal 104 21 107
Hex 68 15 6B

RGB Percentages of Color #68156b

%44.83
%9.05
%46.12

CMYK Percentages of Color #68156b

%3
%80
%0
%58

Triadic Colors of #68156b

#68156b #6b6815 #156b68

Analogous Colors of #68156b

#68156b #6b1543 #3d156b

Monochromatic Colors of #68156b

#68156b

Complementary Color

#68156b #186b15

#68156b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68156b Color Preview on White Background

Lorem ipsum dolor sit amet.

#68156b Color CSS Codes

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

#68156b Text Font Color

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

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


#68156b Background Color

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

This div background color is #68156b


#68156b Border Color

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

This div border color is #68156b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,21,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 #68156b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68156b


Comments

No comments written yet.

Please login to write comment.