Color Hex Logo

#21273c Color Hex

#21273C
(33,39,60)
0 Favorites   0 Comments

Color spaces of #21273c

RGB 333960
HSL0.630.290.18
HSV227°45°24°
CMYK 0.450.350.00   0.76
XYZ2.16832.10064.5661
Yxy2.10060.24540.2378
Hunter Lab14.49341.3411-8.5337
CIE-Lab16.00663.8474-14.3014

#21273c color RGB value is (33,39,60).

#21273c hex color red value is 33, green value is 39 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #21273c hue: 0.63 , saturation: 0.29 and the lightness value of 21273c is 0.18.

The process color (four color CMYK) of #21273c color hex is 0.45, 0.35, 0.00, 0.76. Web safe color of #21273c is #333333. Color #21273c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00100111 00111100
Octal 41 47 74
Decimal 33 39 60
Hex 21 27 3C

RGB Percentages of Color #21273c

%25.00
%29.55
%45.45

CMYK Percentages of Color #21273c

%45
%35
%0
%76

Triadic Colors of #21273c

#21273c #3c2127 #273c21

Analogous Colors of #21273c

#21273c #29213c #21353c

Monochromatic Colors of #21273c

#21273c

Complementary Color

#21273c #3c3621

#21273c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21273c Color Preview on White Background

Lorem ipsum dolor sit amet.

#21273c Color CSS Codes

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

#21273c Text Font Color

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

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


#21273c Background Color

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

This div background color is #21273c


#21273c Border Color

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

This div border color is #21273c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,39,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #21273c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #21273c;
  -webkit-box-shadow: 1px 1px 3px 2px #21273c;
  box-shadow:         1px 1px 3px 2px #21273c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21273c

#21273c Color Palettes


Comments

No comments written yet.

Please login to write comment.