Color Hex Logo

#21489f Color Hex

#21489F
(33,72,159)
0 Favorites   0 Comments

Color spaces of #21489f

RGB 3372159
HSL0.620.660.38
HSV221°79°62°
CMYK 0.790.550.00   0.38
XYZ9.20267.461333.7560
Yxy7.46130.18250.1480
Hunter Lab27.315412.3351-54.1491
CIE-Lab32.834819.0992-51.1631

#21489f color RGB value is (33,72,159).

#21489f hex color red value is 33, green value is 72 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #21489f hue: 0.62 , saturation: 0.66 and the lightness value of 21489f is 0.38.

The process color (four color CMYK) of #21489f color hex is 0.79, 0.55, 0.00, 0.38. Web safe color of #21489f is #333399. Color #21489f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001000 10011111
Octal 41 110 237
Decimal 33 72 159
Hex 21 48 9F

RGB Percentages of Color #21489f

%12.50
%27.27
%60.23

CMYK Percentages of Color #21489f

%79
%55
%0
%38

Triadic Colors of #21489f

#21489f #9f2148 #489f21

Analogous Colors of #21489f

#21489f #39219f #21879f

Monochromatic Colors of #21489f

#21489f

Complementary Color

#21489f #9f7821

#21489f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21489f Color Preview on White Background

Lorem ipsum dolor sit amet.

#21489f Color CSS Codes

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

#21489f Text Font Color

<p style="color:#21489f">Text here</p>

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


#21489f Background Color

<div style="background-color:#21489f">
Div content here</div>

This div background color is #21489f


#21489f Border Color

<div style="border:3px solid #21489f">
Div here</div>

This div border color is #21489f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,72,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #21489f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #21489f;
  -webkit-box-shadow: 1px 1px 3px 2px #21489f;
  box-shadow:         1px 1px 3px 2px #21489f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21489f


Comments

No comments written yet.

Please login to write comment.