Color Hex Logo

#20083f Color Hex

#20083F
(32,8,63)
0 Favorites   0 Comments

Color spaces of #20083f

RGB 32863
HSL0.740.770.14
HSV266°87°25°
CMYK 0.490.870.00   0.75
XYZ1.57970.83964.7814
Yxy0.83960.21940.1166
Hunter Lab9.163014.7383-24.5245
CIE-Lab7.584025.9441-29.8984

#20083f color RGB value is (32,8,63).

#20083f hex color red value is 32, green value is 8 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #20083f hue: 0.74 , saturation: 0.77 and the lightness value of 20083f is 0.14.

The process color (four color CMYK) of #20083f color hex is 0.49, 0.87, 0.00, 0.75. Web safe color of #20083f is #330033. Color #20083f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 00001000 00111111
Octal 40 10 77
Decimal 32 8 63
Hex 20 8 3F

RGB Percentages of Color #20083f

%31.07
%7.77
%61.17

CMYK Percentages of Color #20083f

%49
%87
%0
%75

Triadic Colors of #20083f

#20083f #3f2008 #083f20

Analogous Colors of #20083f

#20083f #3c083f #080b3f

Monochromatic Colors of #20083f

#20083f

Complementary Color

#20083f #273f08

#20083f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20083f Color Preview on White Background

Lorem ipsum dolor sit amet.

#20083f Color CSS Codes

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

#20083f Text Font Color

<p style="color:#20083f">Text here</p>

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


#20083f Background Color

<div style="background-color:#20083f">
Div content here</div>

This div background color is #20083f


#20083f Border Color

<div style="border:3px solid #20083f">
Div here</div>

This div border color is #20083f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,8,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #20083f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #20083f;
  -webkit-box-shadow: 1px 1px 3px 2px #20083f;
  box-shadow:         1px 1px 3px 2px #20083f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20083f


Comments

No comments written yet.

Please login to write comment.