Color Hex Logo

#20159d Color Hex

#20159D
(32,21,157)
0 Favorites   0 Comments

Color spaces of #20159d

RGB 3221157
HSL0.680.760.35
HSV245°87°62°
CMYK 0.800.870.00   0.38
XYZ6.94963.277732.1647
Yxy3.27770.16390.0773
Hunter Lab18.104436.8366-92.6628
CIE-Lab21.123449.0644-69.1938

#20159d color RGB value is (32,21,157).

#20159d hex color red value is 32, green value is 21 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #20159d hue: 0.68 , saturation: 0.76 and the lightness value of 20159d is 0.35.

The process color (four color CMYK) of #20159d color hex is 0.80, 0.87, 0.00, 0.38. Web safe color of #20159d is #330099. Color #20159d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 00010101 10011101
Octal 40 25 235
Decimal 32 21 157
Hex 20 15 9D

RGB Percentages of Color #20159d

%15.24
%10.00
%74.76

CMYK Percentages of Color #20159d

%80
%87
%0
%38

Triadic Colors of #20159d

#20159d #9d2015 #159d20

Analogous Colors of #20159d

#20159d #64159d #154e9d

Monochromatic Colors of #20159d

#20159d

Complementary Color

#20159d #929d15

#20159d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20159d Color Preview on White Background

Lorem ipsum dolor sit amet.

#20159d Color CSS Codes

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

#20159d Text Font Color

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

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


#20159d Background Color

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

This div background color is #20159d


#20159d Border Color

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

This div border color is #20159d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20159d


Comments

No comments written yet.

Please login to write comment.