Color Hex Logo

#213080 Color Hex

#213080
(33,48,128)
0 Favorites   0 Comments

Color spaces of #213080

RGB 3348128
HSL0.640.590.32
HSV231°74°50°
CMYK 0.740.630.00   0.50
XYZ5.58043.995820.8992
Yxy3.99580.18310.1311
Hunter Lab19.989514.8496-47.9956
CIE-Lab23.657623.3949-46.9932

#213080 color RGB value is (33,48,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 00110000 10000000
Octal 41 60 200
Decimal 33 48 128
Hex 21 30 80

RGB Percentages of Color #213080

%15.79
%22.97
%61.24

CMYK Percentages of Color #213080

%74
%63
%0
%50

Triadic Colors of #213080

#213080 #802130 #308021

Analogous Colors of #213080

#213080 #412180 #216080

Monochromatic Colors of #213080

#213080

Complementary Color

#213080 #807121

#213080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#213080 Color CSS Codes

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

#213080 Text Font Color

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

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


#213080 Background Color

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

This div background color is #213080


#213080 Border Color

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

This div border color is #213080


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,48,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 #213080">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213080


Comments

No comments written yet.

Please login to write comment.