Color Hex Logo

#21136f Color Hex

#21136F
(33,19,111)
0 Favorites   0 Comments

Color spaces of #21136f

RGB 3319111
HSL0.690.710.25
HSV249°83°44°
CMYK 0.700.830.00   0.56
XYZ3.72931.936815.2162
Yxy1.93680.17860.0927
Hunter Lab13.916923.4779-55.0836
CIE-Lab15.152035.6265-50.0772

#21136f color RGB value is (33,19,111).

#21136f hex color red value is 33, green value is 19 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #21136f hue: 0.69 , saturation: 0.71 and the lightness value of 21136f is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 00010011 01101111
Octal 41 23 157
Decimal 33 19 111
Hex 21 13 6F

RGB Percentages of Color #21136f

%20.25
%11.66
%68.10

CMYK Percentages of Color #21136f

%70
%83
%0
%56

Triadic Colors of #21136f

#21136f #6f2113 #136f21

Analogous Colors of #21136f

#21136f #4f136f #13336f

Monochromatic Colors of #21136f

#21136f

Complementary Color

#21136f #616f13

#21136f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21136f Color Preview on White Background

Lorem ipsum dolor sit amet.

#21136f Color CSS Codes

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

#21136f Text Font Color

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

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


#21136f Background Color

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

This div background color is #21136f


#21136f Border Color

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

This div border color is #21136f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21136f


Comments

No comments written yet.

Please login to write comment.