Color Hex Logo

#11324a Color Hex

#11324A
(17,50,74)
0 Favorites   0 Comments

Color spaces of #11324a

RGB 175074
HSL0.570.630.18
HSV205°77°29°
CMYK 0.770.320.00   0.71
XYZ2.60782.89486.8999
Yxy2.89480.21030.2334
Hunter Lab17.0141-2.4155-12.1346
CIE-Lab19.6176-2.7191-18.3270

#11324a color RGB value is (17,50,74).

#11324a hex color red value is 17, green value is 50 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #11324a hue: 0.57 , saturation: 0.63 and the lightness value of 11324a is 0.18.

The process color (four color CMYK) of #11324a color hex is 0.77, 0.32, 0.00, 0.71. Web safe color of #11324a is #003333. Color #11324a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110010 01001010
Octal 21 62 112
Decimal 17 50 74
Hex 11 32 4A

RGB Percentages of Color #11324a

%12.06
%35.46
%52.48

CMYK Percentages of Color #11324a

%77
%32
%0
%71

Triadic Colors of #11324a

#11324a #4a1132 #324a11

Analogous Colors of #11324a

#11324a #11154a #114a46

Monochromatic Colors of #11324a

#11324a

Complementary Color

#11324a #4a2911

#11324a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11324a Color Preview on White Background

Lorem ipsum dolor sit amet.

#11324a Color CSS Codes

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

#11324a Text Font Color

<p style="color:#11324a">Text here</p>

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


#11324a Background Color

<div style="background-color:#11324a">
Div content here</div>

This div background color is #11324a


#11324a Border Color

<div style="border:3px solid #11324a">
Div here</div>

This div border color is #11324a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,50,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11324a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11324a;
  -webkit-box-shadow: 1px 1px 3px 2px #11324a;
  box-shadow:         1px 1px 3px 2px #11324a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11324a


Comments

No comments written yet.

Please login to write comment.