Color Hex Logo

#216298 Color Hex

#216298
(33,98,152)
0 Favorites   0 Comments

Color spaces of #216298

RGB 3398152
HSL0.580.640.36
HSV207°78°60°
CMYK 0.780.360.00   0.40
XYZ10.662411.325731.3299
Yxy11.32570.20000.2124
Hunter Lab33.6537-2.3403-31.6385
CIE-Lab40.1237-0.7690-35.2722

#216298 color RGB value is (33,98,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01100010 10011000
Octal 41 142 230
Decimal 33 98 152
Hex 21 62 98

RGB Percentages of Color #216298

%11.66
%34.63
%53.71

CMYK Percentages of Color #216298

%78
%36
%0
%40

Triadic Colors of #216298

#216298 #982162 #629821

Analogous Colors of #216298

#216298 #212698 #219893

Monochromatic Colors of #216298

#216298

Complementary Color

#216298 #985721

#216298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#216298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#216298 Color CSS Codes

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

#216298 Text Font Color

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

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


#216298 Background Color

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

This div background color is #216298


#216298 Border Color

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

This div border color is #216298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #216298


Comments

No comments written yet.

Please login to write comment.