Color Hex Logo

#214385 Color Hex

#214385
(33,67,133)
0 Favorites   0 Comments

Color spaces of #214385

RGB 3367133
HSL0.610.600.33
HSV220°75°52°
CMYK 0.750.500.00   0.48
XYZ6.86806.031122.9924
Yxy6.03110.19140.1680
Hunter Lab24.55836.9425-38.3187
CIE-Lab29.490812.1765-40.6657

#214385 color RGB value is (33,67,133).

#214385 hex color red value is 33, green value is 67 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #214385 hue: 0.61 , saturation: 0.60 and the lightness value of 214385 is 0.33.

The process color (four color CMYK) of #214385 color hex is 0.75, 0.50, 0.00, 0.48. Web safe color of #214385 is #333399. Color #214385 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01000011 10000101
Octal 41 103 205
Decimal 33 67 133
Hex 21 43 85

RGB Percentages of Color #214385

%14.16
%28.76
%57.08

CMYK Percentages of Color #214385

%75
%50
%0
%48

Triadic Colors of #214385

#214385 #852143 #438521

Analogous Colors of #214385

#214385 #312185 #217585

Monochromatic Colors of #214385

#214385

Complementary Color

#214385 #856321

#214385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#214385 Color CSS Codes

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

#214385 Text Font Color

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

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


#214385 Background Color

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

This div background color is #214385


#214385 Border Color

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

This div border color is #214385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214385


Comments

No comments written yet.

Please login to write comment.