Color Hex Logo

#216073 Color Hex

#216073
(33,96,115)
0 Favorites   0 Comments

Color spaces of #216073

RGB 3396115
HSL0.540.550.29
HSV194°71°45°
CMYK 0.710.170.00   0.55
XYZ7.90469.926917.7191
Yxy9.92690.22230.2792
Hunter Lab31.5070-10.3544-11.2890
CIE-Lab37.7109-13.2644-16.5869

#216073 color RGB value is (33,96,115).

#216073 hex color red value is 33, green value is 96 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #216073 hue: 0.54 , saturation: 0.55 and the lightness value of 216073 is 0.29.

The process color (four color CMYK) of #216073 color hex is 0.71, 0.17, 0.00, 0.55. Web safe color of #216073 is #336666. Color #216073 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01100000 01110011
Octal 41 140 163
Decimal 33 96 115
Hex 21 60 73

RGB Percentages of Color #216073

%13.52
%39.34
%47.13

CMYK Percentages of Color #216073

%71
%17
%0
%55

Triadic Colors of #216073

#216073 #732160 #607321

Analogous Colors of #216073

#216073 #213773 #21735d

Monochromatic Colors of #216073

#216073

Complementary Color

#216073 #733421

#216073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#216073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#216073 Color CSS Codes

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

#216073 Text Font Color

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

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


#216073 Background Color

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

This div background color is #216073


#216073 Border Color

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

This div border color is #216073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #216073


Comments

No comments written yet.

Please login to write comment.