Color Hex Logo

#21498d Color Hex

#21498D
(33,73,141)
0 Favorites   0 Comments

Color spaces of #21498d

RGB 3373141
HSL0.600.620.34
HSV218°77°55°
CMYK 0.770.480.00   0.45
XYZ7.81757.011526.1406
Yxy7.01150.19080.1711
Hunter Lab26.47926.3601-39.9963
CIE-Lab31.833111.2665-41.8322

#21498d color RGB value is (33,73,141).

#21498d hex color red value is 33, green value is 73 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #21498d hue: 0.60 , saturation: 0.62 and the lightness value of 21498d is 0.34.

The process color (four color CMYK) of #21498d color hex is 0.77, 0.48, 0.00, 0.45. Web safe color of #21498d is #333399. Color #21498d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001001 10001101
Octal 41 111 215
Decimal 33 73 141
Hex 21 49 8D

RGB Percentages of Color #21498d

%13.36
%29.55
%57.09

CMYK Percentages of Color #21498d

%77
%48
%0
%45

Triadic Colors of #21498d

#21498d #8d2149 #498d21

Analogous Colors of #21498d

#21498d #2f218d #217f8d

Monochromatic Colors of #21498d

#21498d

Complementary Color

#21498d #8d6521

#21498d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21498d Color Preview on White Background

Lorem ipsum dolor sit amet.

#21498d Color CSS Codes

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

#21498d Text Font Color

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

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


#21498d Background Color

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

This div background color is #21498d


#21498d Border Color

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

This div border color is #21498d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,73,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21498d


Comments

No comments written yet.

Please login to write comment.