Color Hex Logo

#20126d Color Hex

#20126D
(32,18,109)
0 Favorites   0 Comments

Color spaces of #20126d

RGB 3218109
HSL0.690.720.25
HSV249°83°43°
CMYK 0.710.830.00   0.57
XYZ3.57231.843814.6356
Yxy1.84380.17820.0920
Hunter Lab13.578723.1975-54.4000
CIE-Lab14.645235.3925-49.6138

#20126d color RGB value is (32,18,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 00010010 01101101
Octal 40 22 155
Decimal 32 18 109
Hex 20 12 6D

RGB Percentages of Color #20126d

%20.13
%11.32
%68.55

CMYK Percentages of Color #20126d

%71
%83
%0
%57

Triadic Colors of #20126d

#20126d #6d2012 #126d20

Analogous Colors of #20126d

#20126d #4e126d #12326d

Monochromatic Colors of #20126d

#20126d

Complementary Color

#20126d #5f6d12

#20126d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20126d Color Preview on White Background

Lorem ipsum dolor sit amet.

#20126d Color CSS Codes

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

#20126d Text Font Color

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

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


#20126d Background Color

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

This div background color is #20126d


#20126d Border Color

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

This div border color is #20126d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20126d


Comments

No comments written yet.

Please login to write comment.