Color Hex Logo

#21196f Color Hex

#21196F
(33,25,111)
0 Favorites   0 Comments

Color spaces of #21196f

RGB 3325111
HSL0.680.630.27
HSV246°77°44°
CMYK 0.700.770.00   0.56
XYZ3.84412.166315.2545
Yxy2.16630.18080.1019
Hunter Lab14.718420.8630-51.1469
CIE-Lab16.336832.2453-48.1214

#21196f color RGB value is (33,25,111).

#21196f hex color red value is 33, green value is 25 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #21196f hue: 0.68 , saturation: 0.63 and the lightness value of 21196f is 0.27.

The process color (four color CMYK) of #21196f color hex is 0.70, 0.77, 0.00, 0.56. Web safe color of #21196f is #330066. Color #21196f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00011001 01101111
Octal 41 31 157
Decimal 33 25 111
Hex 21 19 6F

RGB Percentages of Color #21196f

%19.53
%14.79
%65.68

CMYK Percentages of Color #21196f

%70
%77
%0
%56

Triadic Colors of #21196f

#21196f #6f2119 #196f21

Analogous Colors of #21196f

#21196f #4c196f #193c6f

Monochromatic Colors of #21196f

#21196f

Complementary Color

#21196f #676f19

#21196f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21196f Color Preview on White Background

Lorem ipsum dolor sit amet.

#21196f Color CSS Codes

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

#21196f Text Font Color

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

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


#21196f Background Color

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

This div background color is #21196f


#21196f Border Color

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

This div border color is #21196f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,25,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #21196f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #21196f;
  -webkit-box-shadow: 1px 1px 3px 2px #21196f;
  box-shadow:         1px 1px 3px 2px #21196f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21196f


Comments

No comments written yet.

Please login to write comment.