Color Hex Logo

#211532 Color Hex

#211532
(33,21,50)
0 Favorites   0 Comments

Color spaces of #211532

RGB 332150
HSL0.740.410.14
HSV265°58°20°
CMYK 0.340.580.00   0.80
XYZ1.47111.09003.1505
Yxy1.09000.25760.1908
Hunter Lab10.44036.8812-10.5833
CIE-Lab9.719813.7447-17.0558

#211532 color RGB value is (33,21,50).

#211532 hex color red value is 33, green value is 21 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #211532 hue: 0.74 , saturation: 0.41 and the lightness value of 211532 is 0.14.

The process color (four color CMYK) of #211532 color hex is 0.34, 0.58, 0.00, 0.80. Web safe color of #211532 is #330033. Color #211532 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00010101 00110010
Octal 41 25 62
Decimal 33 21 50
Hex 21 15 32

RGB Percentages of Color #211532

%31.73
%20.19
%48.08

CMYK Percentages of Color #211532

%34
%58
%0
%80

Triadic Colors of #211532

#211532 #322115 #153221

Analogous Colors of #211532

#211532 #301532 #151832

Monochromatic Colors of #211532

#211532

Complementary Color

#211532 #263215

#211532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#211532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#211532 Color CSS Codes

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

#211532 Text Font Color

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

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


#211532 Background Color

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

This div background color is #211532


#211532 Border Color

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

This div border color is #211532


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #211532


Comments

No comments written yet.

Please login to write comment.