Color Hex Logo

#20135c Color Hex

#20135C
(32,19,92)
0 Favorites   0 Comments

Color spaces of #20135c

RGB 321992
HSL0.700.660.22
HSV251°79°36°
CMYK 0.650.790.00   0.64
XYZ2.76031.545510.2780
Yxy1.54550.18930.1060
Hunter Lab12.431817.8776-40.3157
CIE-Lab12.894429.1439-41.2459

#20135c color RGB value is (32,19,92).

#20135c hex color red value is 32, green value is 19 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #20135c hue: 0.70 , saturation: 0.66 and the lightness value of 20135c is 0.22.

The process color (four color CMYK) of #20135c color hex is 0.65, 0.79, 0.00, 0.64. Web safe color of #20135c is #330066. Color #20135c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 00010011 01011100
Octal 40 23 134
Decimal 32 19 92
Hex 20 13 5C

RGB Percentages of Color #20135c

%22.38
%13.29
%64.34

CMYK Percentages of Color #20135c

%65
%79
%0
%64

Triadic Colors of #20135c

#20135c #5c2013 #135c20

Analogous Colors of #20135c

#20135c #45135c #132b5c

Monochromatic Colors of #20135c

#20135c

Complementary Color

#20135c #4f5c13

#20135c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20135c Color Preview on White Background

Lorem ipsum dolor sit amet.

#20135c Color CSS Codes

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

#20135c Text Font Color

<p style="color:#20135c">Text here</p>

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


#20135c Background Color

<div style="background-color:#20135c">
Div content here</div>

This div background color is #20135c


#20135c Border Color

<div style="border:3px solid #20135c">
Div here</div>

This div border color is #20135c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,19,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #20135c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #20135c;
  -webkit-box-shadow: 1px 1px 3px 2px #20135c;
  box-shadow:         1px 1px 3px 2px #20135c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20135c


Comments

No comments written yet.

Please login to write comment.