Color Hex Logo

#216293 Color Hex

#216293
(33,98,147)
0 Favorites   0 Comments

Color spaces of #216293

RGB 3398147
HSL0.570.630.35
HSV206°78°58°
CMYK 0.780.330.00   0.42
XYZ10.261311.165329.2180
Yxy11.16530.20260.2205
Hunter Lab33.4145-3.6597-28.4536
CIE-Lab39.8575-2.6841-32.6951

#216293 color RGB value is (33,98,147).

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

The process color (four color CMYK) of #216293 color hex is 0.78, 0.33, 0.00, 0.42. Web safe color of #216293 is #336699. Color #216293 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01100010 10010011
Octal 41 142 223
Decimal 33 98 147
Hex 21 62 93

RGB Percentages of Color #216293

%11.87
%35.25
%52.88

CMYK Percentages of Color #216293

%78
%33
%0
%42

Triadic Colors of #216293

#216293 #932162 #629321

Analogous Colors of #216293

#216293 #212993 #21938b

Monochromatic Colors of #216293

#216293

Complementary Color

#216293 #935221

#216293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#216293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#216293 Color CSS Codes

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

#216293 Text Font Color

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

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


#216293 Background Color

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

This div background color is #216293


#216293 Border Color

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

This div border color is #216293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #216293


Comments

No comments written yet.

Please login to write comment.