Color Hex Logo

#21172b Color Hex

#21172B
(33,23,43)
0 Favorites   0 Comments

Color spaces of #21172b

RGB 332343
HSL0.750.300.13
HSV270°47°17°
CMYK 0.230.470.00   0.83
XYZ1.36961.11052.4277
Yxy1.11050.27910.2263
Hunter Lab10.53804.7576-6.2823
CIE-Lab9.880010.1197-11.6707

#21172b color RGB value is (33,23,43).

#21172b hex color red value is 33, green value is 23 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #21172b hue: 0.75 , saturation: 0.30 and the lightness value of 21172b is 0.13.

The process color (four color CMYK) of #21172b color hex is 0.23, 0.47, 0.00, 0.83. Web safe color of #21172b is #330033. Color #21172b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00010111 00101011
Octal 41 27 53
Decimal 33 23 43
Hex 21 17 2B

RGB Percentages of Color #21172b

%33.33
%23.23
%43.43

CMYK Percentages of Color #21172b

%23
%47
%0
%83

Triadic Colors of #21172b

#21172b #2b2117 #172b21

Analogous Colors of #21172b

#21172b #2b172b #17172b

Monochromatic Colors of #21172b

#21172b

Complementary Color

#21172b #212b17

#21172b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21172b Color Preview on White Background

Lorem ipsum dolor sit amet.

#21172b Color CSS Codes

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

#21172b Text Font Color

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

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


#21172b Background Color

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

This div background color is #21172b


#21172b Border Color

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

This div border color is #21172b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,23,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #21172b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #21172b;
  -webkit-box-shadow: 1px 1px 3px 2px #21172b;
  box-shadow:         1px 1px 3px 2px #21172b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21172b

#21172b Color Palettes


Comments

No comments written yet.

Please login to write comment.