Color Hex Logo

#21579d Color Hex

#21579D
(33,87,157)
0 Favorites   0 Comments

Color spaces of #21579d

RGB 3387157
HSL0.590.650.37
HSV214°79°62°
CMYK 0.790.450.00   0.38
XYZ10.12129.574033.2128
Yxy9.57400.19130.1810
Hunter Lab30.94194.2397-41.9822
CIE-Lab37.06678.2565-43.1366

#21579d color RGB value is (33,87,157).

#21579d hex color red value is 33, green value is 87 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #21579d hue: 0.59 , saturation: 0.65 and the lightness value of 21579d is 0.37.

The process color (four color CMYK) of #21579d color hex is 0.79, 0.45, 0.00, 0.38. Web safe color of #21579d is #336699. Color #21579d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01010111 10011101
Octal 41 127 235
Decimal 33 87 157
Hex 21 57 9D

RGB Percentages of Color #21579d

%11.91
%31.41
%56.68

CMYK Percentages of Color #21579d

%79
%45
%0
%38

Triadic Colors of #21579d

#21579d #9d2157 #579d21

Analogous Colors of #21579d

#21579d #29219d #21959d

Monochromatic Colors of #21579d

#21579d

Complementary Color

#21579d #9d6721

#21579d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21579d Color Preview on White Background

Lorem ipsum dolor sit amet.

#21579d Color CSS Codes

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

#21579d Text Font Color

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

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


#21579d Background Color

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

This div background color is #21579d


#21579d Border Color

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

This div border color is #21579d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21579d


Comments

No comments written yet.

Please login to write comment.