Color Hex Logo

#11348d Color Hex

#11348D
(17,52,141)
0 Favorites   0 Comments

Color spaces of #11348d

RGB 1752141
HSL0.620.780.31
HSV223°88°55°
CMYK 0.880.630.00   0.45
XYZ6.26694.498225.7372
Yxy4.49820.17170.1232
Hunter Lab21.209015.6281-57.1025
CIE-Lab25.254524.1744-52.5320

#11348d color RGB value is (17,52,141).

#11348d hex color red value is 17, green value is 52 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #11348d hue: 0.62 , saturation: 0.78 and the lightness value of 11348d is 0.31.

The process color (four color CMYK) of #11348d color hex is 0.88, 0.63, 0.00, 0.45. Web safe color of #11348d is #003399. Color #11348d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110100 10001101
Octal 21 64 215
Decimal 17 52 141
Hex 11 34 8D

RGB Percentages of Color #11348d

%8.10
%24.76
%67.14

CMYK Percentages of Color #11348d

%88
%63
%0
%45

Triadic Colors of #11348d

#11348d #8d1134 #348d11

Analogous Colors of #11348d

#11348d #2c118d #11728d

Monochromatic Colors of #11348d

#11348d

Complementary Color

#11348d #8d6a11

#11348d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11348d Color Preview on White Background

Lorem ipsum dolor sit amet.

#11348d Color CSS Codes

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

#11348d Text Font Color

<p style="color:#11348d">Text here</p>

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


#11348d Background Color

<div style="background-color:#11348d">
Div content here</div>

This div background color is #11348d


#11348d Border Color

<div style="border:3px solid #11348d">
Div here</div>

This div border color is #11348d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,52,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11348d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11348d;
  -webkit-box-shadow: 1px 1px 3px 2px #11348d;
  box-shadow:         1px 1px 3px 2px #11348d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11348d


Comments

No comments written yet.

Please login to write comment.