Color Hex Logo

#213680 Color Hex

#213680
(33,54,128)
0 Favorites   0 Comments

Color spaces of #213680

RGB 3354128
HSL0.630.590.32
HSV227°74°50°
CMYK 0.740.580.00   0.50
XYZ5.84264.520220.9866
Yxy4.52020.18640.1442
Hunter Lab21.260811.8467-43.6429
CIE-Lab25.321619.2194-44.2848

#213680 color RGB value is (33,54,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 00110110 10000000
Octal 41 66 200
Decimal 33 54 128
Hex 21 36 80

RGB Percentages of Color #213680

%15.35
%25.12
%59.53

CMYK Percentages of Color #213680

%74
%58
%0
%50

Triadic Colors of #213680

#213680 #802136 #368021

Analogous Colors of #213680

#213680 #3b2180 #216680

Monochromatic Colors of #213680

#213680

Complementary Color

#213680 #806b21

#213680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#213680 Color CSS Codes

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

#213680 Text Font Color

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

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


#213680 Background Color

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

This div background color is #213680


#213680 Border Color

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

This div border color is #213680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213680


Comments

No comments written yet.

Please login to write comment.