Color Hex Logo

#21475e Color Hex

#21475E
(33,71,94)
0 Favorites   0 Comments

Color spaces of #21475e

RGB 337194
HSL0.560.480.25
HSV203°65°37°
CMYK 0.650.240.00   0.63
XYZ4.90085.638011.4196
Yxy5.63800.22320.2568
Hunter Lab23.7445-4.7109-11.8936
CIE-Lab28.4802-5.6249-17.6279

#21475e color RGB value is (33,71,94).

#21475e hex color red value is 33, green value is 71 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #21475e hue: 0.56 , saturation: 0.48 and the lightness value of 21475e is 0.25.

The process color (four color CMYK) of #21475e color hex is 0.65, 0.24, 0.00, 0.63. Web safe color of #21475e is #333366. Color #21475e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01000111 01011110
Octal 41 107 136
Decimal 33 71 94
Hex 21 47 5E

RGB Percentages of Color #21475e

%16.67
%35.86
%47.47

CMYK Percentages of Color #21475e

%65
%24
%0
%63

Triadic Colors of #21475e

#21475e #5e2147 #475e21

Analogous Colors of #21475e

#21475e #21295e #215e57

Monochromatic Colors of #21475e

#21475e

Complementary Color

#21475e #5e3821

#21475e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21475e Color Preview on White Background

Lorem ipsum dolor sit amet.

#21475e Color CSS Codes

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

#21475e Text Font Color

<p style="color:#21475e">Text here</p>

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


#21475e Background Color

<div style="background-color:#21475e">
Div content here</div>

This div background color is #21475e


#21475e Border Color

<div style="border:3px solid #21475e">
Div here</div>

This div border color is #21475e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21475e


Comments

No comments written yet.

Please login to write comment.