Color Hex Logo

#214773 Color Hex

#214773
(33,71,115)
0 Favorites   0 Comments

Color spaces of #214773

RGB 3371115
HSL0.590.550.29
HSV212°71°45°
CMYK 0.710.380.00   0.55
XYZ5.97496.067617.0759
Yxy6.06760.20520.2084
Hunter Lab24.63250.1904-23.8586
CIE-Lab29.58242.3323-29.2641

#214773 color RGB value is (33,71,115).

#214773 hex color red value is 33, green value is 71 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #214773 hue: 0.59 , saturation: 0.55 and the lightness value of 214773 is 0.29.

The process color (four color CMYK) of #214773 color hex is 0.71, 0.38, 0.00, 0.55. Web safe color of #214773 is #333366. Color #214773 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01000111 01110011
Octal 41 107 163
Decimal 33 71 115
Hex 21 47 73

RGB Percentages of Color #214773

%15.07
%32.42
%52.51

CMYK Percentages of Color #214773

%71
%38
%0
%55

Triadic Colors of #214773

#214773 #732147 #477321

Analogous Colors of #214773

#214773 #242173 #217073

Monochromatic Colors of #214773

#214773

Complementary Color

#214773 #734d21

#214773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#214773 Color CSS Codes

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

#214773 Text Font Color

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

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


#214773 Background Color

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

This div background color is #214773


#214773 Border Color

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

This div border color is #214773


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214773


Comments

No comments written yet.

Please login to write comment.