Color Hex Logo

#20116b Color Hex

#20116B
(32,17,107)
0 Favorites   0 Comments

Color spaces of #20116b

RGB 3217107
HSL0.690.730.24
HSV250°84°42°
CMYK 0.700.840.00   0.58
XYZ3.45001.769514.0696
Yxy1.76950.17890.0917
Hunter Lab13.302323.0158-53.3986
CIE-Lab14.227935.2577-48.9952

#20116b color RGB value is (32,17,107).

#20116b hex color red value is 32, green value is 17 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #20116b hue: 0.69 , saturation: 0.73 and the lightness value of 20116b is 0.24.

The process color (four color CMYK) of #20116b color hex is 0.70, 0.84, 0.00, 0.58. Web safe color of #20116b is #330066. Color #20116b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 00010001 01101011
Octal 40 21 153
Decimal 32 17 107
Hex 20 11 6B

RGB Percentages of Color #20116b

%20.51
%10.90
%68.59

CMYK Percentages of Color #20116b

%70
%84
%0
%58

Triadic Colors of #20116b

#20116b #6b2011 #116b20

Analogous Colors of #20116b

#20116b #4d116b #112f6b

Monochromatic Colors of #20116b

#20116b

Complementary Color

#20116b #5c6b11

#20116b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20116b Color Preview on White Background

Lorem ipsum dolor sit amet.

#20116b Color CSS Codes

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

#20116b Text Font Color

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

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


#20116b Background Color

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

This div background color is #20116b


#20116b Border Color

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

This div border color is #20116b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20116b


Comments

No comments written yet.

Please login to write comment.