Color Hex Logo

#11346d Color Hex

#11346D
(17,52,109)
0 Favorites   0 Comments

Color spaces of #11346d

RGB 1752109
HSL0.600.730.25
HSV217°84°43°
CMYK 0.840.520.00   0.57
XYZ4.21953.679314.9558
Yxy3.67930.18460.1610
Hunter Lab19.18155.6984-32.8013
CIE-Lab22.581610.7427-36.6722

#11346d color RGB value is (17,52,109).

#11346d hex color red value is 17, green value is 52 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #11346d hue: 0.60 , saturation: 0.73 and the lightness value of 11346d is 0.25.

The process color (four color CMYK) of #11346d color hex is 0.84, 0.52, 0.00, 0.57. Web safe color of #11346d is #003366. Color #11346d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110100 01101101
Octal 21 64 155
Decimal 17 52 109
Hex 11 34 6D

RGB Percentages of Color #11346d

%9.55
%29.21
%61.24

CMYK Percentages of Color #11346d

%84
%52
%0
%57

Triadic Colors of #11346d

#11346d #6d1134 #346d11

Analogous Colors of #11346d

#11346d #1c116d #11626d

Monochromatic Colors of #11346d

#11346d

Complementary Color

#11346d #6d4a11

#11346d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11346d Color Preview on White Background

Lorem ipsum dolor sit amet.

#11346d Color CSS Codes

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

#11346d Text Font Color

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

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


#11346d Background Color

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

This div background color is #11346d


#11346d Border Color

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

This div border color is #11346d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11346d


Comments

No comments written yet.

Please login to write comment.