Color Hex Logo

#216398 Color Hex

#216398
(33,99,152)
0 Favorites   0 Comments

Color spaces of #216398

RGB 3399152
HSL0.570.640.36
HSV207°78°60°
CMYK 0.780.350.00   0.40
XYZ10.756511.514031.3613
Yxy11.51400.20060.2147
Hunter Lab33.9323-2.7972-31.0451
CIE-Lab40.4330-1.3950-34.7830

#216398 color RGB value is (33,99,152).

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

The process color (four color CMYK) of #216398 color hex is 0.78, 0.35, 0.00, 0.40. Web safe color of #216398 is #336699. Color #216398 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01100011 10011000
Octal 41 143 230
Decimal 33 99 152
Hex 21 63 98

RGB Percentages of Color #216398

%11.62
%34.86
%53.52

CMYK Percentages of Color #216398

%78
%35
%0
%40

Triadic Colors of #216398

#216398 #982163 #639821

Analogous Colors of #216398

#216398 #212798 #219892

Monochromatic Colors of #216398

#216398

Complementary Color

#216398 #985621

#216398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#216398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#216398 Color CSS Codes

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

#216398 Text Font Color

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

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


#216398 Background Color

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

This div background color is #216398


#216398 Border Color

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

This div border color is #216398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #216398


Comments

No comments written yet.

Please login to write comment.