Color Hex Logo

#68016b Color Hex

#68016B
(104,1,107)
0 Favorites   0 Comments

Color spaces of #68016b

RGB 1041107
HSL0.830.980.21
HSV298°99°42°
CMYK 0.030.990.00   0.58
XYZ8.37364.026314.2457
Yxy4.02630.31430.1511
Hunter Lab20.065639.3750-28.0473
CIE-Lab23.758251.1103-32.9838

#68016b color RGB value is (104,1,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00000001 01101011
Octal 150 1 153
Decimal 104 1 107
Hex 68 1 6B

RGB Percentages of Color #68016b

%49.06
%0.47
%50.47

CMYK Percentages of Color #68016b

%3
%99
%0
%58

Triadic Colors of #68016b

#68016b #6b6801 #016b68

Analogous Colors of #68016b

#68016b #6b0139 #33016b

Monochromatic Colors of #68016b

#68016b

Complementary Color

#68016b #046b01

#68016b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68016b Color Preview on White Background

Lorem ipsum dolor sit amet.

#68016b Color CSS Codes

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

#68016b Text Font Color

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

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


#68016b Background Color

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

This div background color is #68016b


#68016b Border Color

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

This div border color is #68016b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68016b


Comments

No comments written yet.

Please login to write comment.