Color Hex Logo

#216390 Color Hex

#216390
(33,99,144)
0 Favorites   0 Comments

Color spaces of #216390

RGB 3399144
HSL0.570.630.35
HSV204°77°56°
CMYK 0.770.310.00   0.44
XYZ10.123111.260628.0255
Yxy11.26060.20490.2279
Hunter Lab33.5568-4.8763-26.0272
CIE-Lab40.0160-4.4408-30.6424

#216390 color RGB value is (33,99,144).

#216390 hex color red value is 33, green value is 99 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #216390 hue: 0.57 , saturation: 0.63 and the lightness value of 216390 is 0.35.

The process color (four color CMYK) of #216390 color hex is 0.77, 0.31, 0.00, 0.44. Web safe color of #216390 is #336699. Color #216390 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01100011 10010000
Octal 41 143 220
Decimal 33 99 144
Hex 21 63 90

RGB Percentages of Color #216390

%11.96
%35.87
%52.17

CMYK Percentages of Color #216390

%77
%31
%0
%44

Triadic Colors of #216390

#216390 #902163 #639021

Analogous Colors of #216390

#216390 #212c90 #219086

Monochromatic Colors of #216390

#216390

Complementary Color

#216390 #904e21

#216390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#216390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#216390 Color CSS Codes

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

#216390 Text Font Color

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

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


#216390 Background Color

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

This div background color is #216390


#216390 Border Color

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

This div border color is #216390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #216390


Comments

No comments written yet.

Please login to write comment.