Color Hex Logo

#20006b Color Hex

#20006B
(32,0,107)
0 Favorites   0 Comments

Color spaces of #20006b

RGB 320107
HSL0.721.000.21
HSV258°100°42°
CMYK 0.701.000.00   0.58
XYZ3.24951.368614.0028
Yxy1.36860.17450.0735
Hunter Lab11.698729.1084-62.7782
CIE-Lab11.747142.6798-53.1123

#20006b color RGB value is (32,0,107).

#20006b hex color red value is 32, green value is 0 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #20006b hue: 0.72 , saturation: 1.00 and the lightness value of 20006b is 0.21.

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 00000000 01101011
Octal 40 0 153
Decimal 32 0 107
Hex 20 0 6B

RGB Percentages of Color #20006b

%23.02
%0.00
%76.98

CMYK Percentages of Color #20006b

%70
%100
%0
%58

Triadic Colors of #20006b

#20006b #6b2000 #006b20

Analogous Colors of #20006b

#20006b #55006b #00166b

Monochromatic Colors of #20006b

#20006b

Complementary Color

#20006b #4b6b00

#20006b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20006b Color Preview on White Background

Lorem ipsum dolor sit amet.

#20006b Color CSS Codes

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

#20006b Text Font Color

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

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


#20006b Background Color

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

This div background color is #20006b


#20006b Border Color

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

This div border color is #20006b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20006b


Comments

No comments written yet.

Please login to write comment.