Color Hex Logo

#20135d Color Hex

#20135D
(32,19,93)
0 Favorites   0 Comments

Color spaces of #20135d

RGB 321993
HSL0.700.660.22
HSV251°80°36°
CMYK 0.660.800.00   0.64
XYZ2.80431.563110.5098
Yxy1.56310.18850.1051
Hunter Lab12.502418.1585-41.0888
CIE-Lab13.003729.4853-41.7370

#20135d color RGB value is (32,19,93).

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

The process color (four color CMYK) of #20135d color hex is 0.66, 0.80, 0.00, 0.64. Web safe color of #20135d is #330066. Color #20135d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 00010011 01011101
Octal 40 23 135
Decimal 32 19 93
Hex 20 13 5D

RGB Percentages of Color #20135d

%22.22
%13.19
%64.58

CMYK Percentages of Color #20135d

%66
%80
%0
%64

Triadic Colors of #20135d

#20135d #5d2013 #135d20

Analogous Colors of #20135d

#20135d #45135d #132b5d

Monochromatic Colors of #20135d

#20135d

Complementary Color

#20135d #505d13

#20135d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20135d Color Preview on White Background

Lorem ipsum dolor sit amet.

#20135d Color CSS Codes

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

#20135d Text Font Color

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

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


#20135d Background Color

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

This div background color is #20135d


#20135d Border Color

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

This div border color is #20135d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20135d


Comments

No comments written yet.

Please login to write comment.