Color Hex Logo

#20006d Color Hex

#20006D
(32,0,109)
0 Favorites   0 Comments

Color spaces of #20006d

RGB 320109
HSL0.721.000.21
HSV258°100°43°
CMYK 0.711.000.00   0.57
XYZ3.35601.411214.5635
Yxy1.41120.17360.0730
Hunter Lab11.879429.6384-64.3708
CIE-Lab12.032043.2054-53.9508

#20006d color RGB value is (32,0,109).

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

The process color (four color CMYK) of #20006d color hex is 0.71, 1.00, 0.00, 0.57. Web safe color of #20006d is #330066. Color #20006d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 00000000 01101101
Octal 40 0 155
Decimal 32 0 109
Hex 20 0 6D

RGB Percentages of Color #20006d

%22.70
%0.00
%77.30

CMYK Percentages of Color #20006d

%71
%100
%0
%57

Triadic Colors of #20006d

#20006d #6d2000 #006d20

Analogous Colors of #20006d

#20006d #57006d #00176d

Monochromatic Colors of #20006d

#20006d

Complementary Color

#20006d #4d6d00

#20006d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20006d Color Preview on White Background

Lorem ipsum dolor sit amet.

#20006d Color CSS Codes

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

#20006d Text Font Color

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

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


#20006d Background Color

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

This div background color is #20006d


#20006d Border Color

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

This div border color is #20006d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,0,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20006d


Comments

No comments written yet.

Please login to write comment.