Color Hex Logo

#21474f Color Hex

#21474F
(33,71,79)
0 Favorites   0 Comments

Color spaces of #21474f

RGB 337179
HSL0.530.410.22
HSV190°58°31°
CMYK 0.580.100.00   0.69
XYZ4.29175.39438.2121
Yxy5.39430.23980.3014
Hunter Lab23.2256-7.6611-4.7058
CIE-Lab27.8298-10.8751-8.9323

#21474f color RGB value is (33,71,79).

#21474f hex color red value is 33, green value is 71 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #21474f hue: 0.53 , saturation: 0.41 and the lightness value of 21474f is 0.22.

The process color (four color CMYK) of #21474f color hex is 0.58, 0.10, 0.00, 0.69. Web safe color of #21474f is #333366. Color #21474f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01000111 01001111
Octal 41 107 117
Decimal 33 71 79
Hex 21 47 4F

RGB Percentages of Color #21474f

%18.03
%38.80
%43.17

CMYK Percentages of Color #21474f

%58
%10
%0
%69

Triadic Colors of #21474f

#21474f #4f2147 #474f21

Analogous Colors of #21474f

#21474f #21304f #214f40

Monochromatic Colors of #21474f

#21474f

Complementary Color

#21474f #4f2921

#21474f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21474f Color Preview on White Background

Lorem ipsum dolor sit amet.

#21474f Color CSS Codes

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

#21474f Text Font Color

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

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


#21474f Background Color

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

This div background color is #21474f


#21474f Border Color

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

This div border color is #21474f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21474f


Comments

No comments written yet.

Please login to write comment.