Color Hex Logo

#21176b Color Hex

#21176B
(33,23,107)
0 Favorites   0 Comments

Color spaces of #21176b

RGB 3323107
HSL0.690.650.25
HSV247°79°42°
CMYK 0.690.790.00   0.58
XYZ3.58741.997714.1064
Yxy1.99770.18220.1014
Hunter Lab14.134020.5712-49.2804
CIE-Lab15.475232.0508-46.9328

#21176b color RGB value is (33,23,107).

#21176b hex color red value is 33, green value is 23 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #21176b hue: 0.69 , saturation: 0.65 and the lightness value of 21176b is 0.25.

The process color (four color CMYK) of #21176b color hex is 0.69, 0.79, 0.00, 0.58. Web safe color of #21176b is #330066. Color #21176b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00010111 01101011
Octal 41 27 153
Decimal 33 23 107
Hex 21 17 6B

RGB Percentages of Color #21176b

%20.25
%14.11
%65.64

CMYK Percentages of Color #21176b

%69
%79
%0
%58

Triadic Colors of #21176b

#21176b #6b2117 #176b21

Analogous Colors of #21176b

#21176b #4b176b #17376b

Monochromatic Colors of #21176b

#21176b

Complementary Color

#21176b #616b17

#21176b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21176b Color Preview on White Background

Lorem ipsum dolor sit amet.

#21176b Color CSS Codes

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

#21176b Text Font Color

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

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


#21176b Background Color

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

This div background color is #21176b


#21176b Border Color

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

This div border color is #21176b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21176b


Comments

No comments written yet.

Please login to write comment.