Color Hex Logo

#214050 Color Hex

#214050
(33,64,80)
0 Favorites   0 Comments

Color spaces of #214050

RGB 336480
HSL0.560.420.22
HSV200°59°31°
CMYK 0.590.200.00   0.69
XYZ3.90864.56938.2654
Yxy4.56930.23340.2729
Hunter Lab21.3759-4.7690-7.9624
CIE-Lab25.4707-6.1701-13.1821

#214050 color RGB value is (33,64,80).

#214050 hex color red value is 33, green value is 64 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #214050 hue: 0.56 , saturation: 0.42 and the lightness value of 214050 is 0.22.

The process color (four color CMYK) of #214050 color hex is 0.59, 0.20, 0.00, 0.69. Web safe color of #214050 is #333366. Color #214050 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01000000 01010000
Octal 41 100 120
Decimal 33 64 80
Hex 21 40 50

RGB Percentages of Color #214050

%18.64
%36.16
%45.20

CMYK Percentages of Color #214050

%59
%20
%0
%69

Triadic Colors of #214050

#214050 #502140 #405021

Analogous Colors of #214050

#214050 #212950 #215049

Monochromatic Colors of #214050

#214050

Complementary Color

#214050 #503121

#214050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#214050 Color CSS Codes

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

#214050 Text Font Color

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

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


#214050 Background Color

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

This div background color is #214050


#214050 Border Color

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

This div border color is #214050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214050


Comments

No comments written yet.

Please login to write comment.