Color Hex Logo

#21617f Color Hex

#21617F
(33,97,127)
0 Favorites   0 Comments

Color spaces of #21617f

RGB 3397127
HSL0.550.590.31
HSV199°74°50°
CMYK 0.740.240.00   0.50
XYZ8.732710.405021.6268
Yxy10.40500.21420.2552
Hunter Lab32.2568-8.1251-17.1717
CIE-Lab38.5597-9.5533-22.6234

#21617f color RGB value is (33,97,127).

#21617f hex color red value is 33, green value is 97 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #21617f hue: 0.55 , saturation: 0.59 and the lightness value of 21617f is 0.31.

The process color (four color CMYK) of #21617f color hex is 0.74, 0.24, 0.00, 0.50. Web safe color of #21617f is #336666. Color #21617f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01100001 01111111
Octal 41 141 177
Decimal 33 97 127
Hex 21 61 7F

RGB Percentages of Color #21617f

%12.84
%37.74
%49.42

CMYK Percentages of Color #21617f

%74
%24
%0
%50

Triadic Colors of #21617f

#21617f #7f2161 #617f21

Analogous Colors of #21617f

#21617f #21327f #217f6e

Monochromatic Colors of #21617f

#21617f

Complementary Color

#21617f #7f3f21

#21617f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21617f Color Preview on White Background

Lorem ipsum dolor sit amet.

#21617f Color CSS Codes

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

#21617f Text Font Color

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

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


#21617f Background Color

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

This div background color is #21617f


#21617f Border Color

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

This div border color is #21617f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,97,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #21617f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #21617f;
  -webkit-box-shadow: 1px 1px 3px 2px #21617f;
  box-shadow:         1px 1px 3px 2px #21617f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21617f


Comments

No comments written yet.

Please login to write comment.