Color Hex Logo

#11213c Color Hex

#11213C
(17,33,60)
0 Favorites   0 Comments

Color spaces of #11213c

RGB 173360
HSL0.600.560.15
HSV218°72°24°
CMYK 0.720.450.00   0.76
XYZ1.59061.53314.4871
Yxy1.53310.20900.2014
Hunter Lab12.38181.2623-12.8190
CIE-Lab12.81703.6812-19.3976

#11213c color RGB value is (17,33,60).

#11213c hex color red value is 17, green value is 33 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #11213c hue: 0.60 , saturation: 0.56 and the lightness value of 11213c is 0.15.

The process color (four color CMYK) of #11213c color hex is 0.72, 0.45, 0.00, 0.76. Web safe color of #11213c is #003333. Color #11213c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100001 00111100
Octal 21 41 74
Decimal 17 33 60
Hex 11 21 3C

RGB Percentages of Color #11213c

%15.45
%30.00
%54.55

CMYK Percentages of Color #11213c

%72
%45
%0
%76

Triadic Colors of #11213c

#11213c #3c1121 #213c11

Analogous Colors of #11213c

#11213c #17113c #11373c

Monochromatic Colors of #11213c

#11213c

Complementary Color

#11213c #3c2c11

#11213c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11213c Color Preview on White Background

Lorem ipsum dolor sit amet.

#11213c Color CSS Codes

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

#11213c Text Font Color

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

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


#11213c Background Color

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

This div background color is #11213c


#11213c Border Color

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

This div border color is #11213c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,33,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11213c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11213c;
  -webkit-box-shadow: 1px 1px 3px 2px #11213c;
  box-shadow:         1px 1px 3px 2px #11213c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11213c


Comments

No comments written yet.

Please login to write comment.