Color Hex Logo

#214880 Color Hex

#214880
(33,72,128)
0 Favorites   0 Comments

Color spaces of #214880

RGB 3372128
HSL0.600.590.32
HSV215°74°50°
CMYK 0.740.440.00   0.50
XYZ6.84086.516621.3193
Yxy6.51660.19730.1879
Hunter Lab25.52763.1604-31.6465
CIE-Lab30.68016.7749-35.6533

#214880 color RGB value is (33,72,128).

#214880 hex color red value is 33, green value is 72 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #214880 hue: 0.60 , saturation: 0.59 and the lightness value of 214880 is 0.32.

The process color (four color CMYK) of #214880 color hex is 0.74, 0.44, 0.00, 0.50. Web safe color of #214880 is #333399. Color #214880 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001000 10000000
Octal 41 110 200
Decimal 33 72 128
Hex 21 48 80

RGB Percentages of Color #214880

%14.16
%30.90
%54.94

CMYK Percentages of Color #214880

%74
%44
%0
%50

Triadic Colors of #214880

#214880 #802148 #488021

Analogous Colors of #214880

#214880 #2a2180 #217880

Monochromatic Colors of #214880

#214880

Complementary Color

#214880 #805921

#214880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#214880 Color CSS Codes

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

#214880 Text Font Color

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

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


#214880 Background Color

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

This div background color is #214880


#214880 Border Color

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

This div border color is #214880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214880


Comments

No comments written yet.

Please login to write comment.