Color Hex Logo

#20093d Color Hex

#20093D
(32,9,61)
0 Favorites   0 Comments

Color spaces of #20093d

RGB 32961
HSL0.740.740.14
HSV267°85°24°
CMYK 0.480.850.00   0.76
XYZ1.53570.83944.4960
Yxy0.83940.22350.1222
Hunter Lab9.161913.8866-22.6820
CIE-Lab7.582224.7560-28.4687

#20093d color RGB value is (32,9,61).

#20093d hex color red value is 32, green value is 9 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #20093d hue: 0.74 , saturation: 0.74 and the lightness value of 20093d is 0.14.

The process color (four color CMYK) of #20093d color hex is 0.48, 0.85, 0.00, 0.76. Web safe color of #20093d is #330033. Color #20093d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 00001001 00111101
Octal 40 11 75
Decimal 32 9 61
Hex 20 9 3D

RGB Percentages of Color #20093d

%31.37
%8.82
%59.80

CMYK Percentages of Color #20093d

%48
%85
%0
%76

Triadic Colors of #20093d

#20093d #3d2009 #093d20

Analogous Colors of #20093d

#20093d #3a093d #090c3d

Monochromatic Colors of #20093d

#20093d

Complementary Color

#20093d #263d09

#20093d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20093d Color Preview on White Background

Lorem ipsum dolor sit amet.

#20093d Color CSS Codes

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

#20093d Text Font Color

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

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


#20093d Background Color

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

This div background color is #20093d


#20093d Border Color

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

This div border color is #20093d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20093d


Comments

No comments written yet.

Please login to write comment.