Color Hex Logo

#21253c Color Hex

#21253C
(33,37,60)
0 Favorites   0 Comments

Color spaces of #21253c

RGB 333760
HSL0.640.290.18
HSV231°45°24°
CMYK 0.450.380.00   0.76
XYZ2.10441.97274.5448
Yxy1.97270.24410.2288
Hunter Lab14.04532.1653-9.3535
CIE-Lab15.34335.2993-15.3367

#21253c color RGB value is (33,37,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 00100101 00111100
Octal 41 45 74
Decimal 33 37 60
Hex 21 25 3C

RGB Percentages of Color #21253c

%25.38
%28.46
%46.15

CMYK Percentages of Color #21253c

%45
%38
%0
%76

Triadic Colors of #21253c

#21253c #3c2125 #253c21

Analogous Colors of #21253c

#21253c #2b213c #21333c

Monochromatic Colors of #21253c

#21253c

Complementary Color

#21253c #3c3821

#21253c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21253c Color Preview on White Background

Lorem ipsum dolor sit amet.

#21253c Color CSS Codes

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

#21253c Text Font Color

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

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


#21253c Background Color

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

This div background color is #21253c


#21253c Border Color

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

This div border color is #21253c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21253c

#21253c Color Palettes


Comments

No comments written yet.

Please login to write comment.