Color Hex Logo

#11384f Color Hex

#11384F
(17,56,79)
0 Favorites   0 Comments

Color spaces of #11384f

RGB 175679
HSL0.560.650.19
HSV202°78°31°
CMYK 0.780.290.00   0.69
XYZ3.05663.51207.9139
Yxy3.51200.21110.2425
Hunter Lab18.7403-3.6817-11.9195
CIE-Lab21.9877-4.7377-17.9695

#11384f color RGB value is (17,56,79).

#11384f hex color red value is 17, green value is 56 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #11384f hue: 0.56 , saturation: 0.65 and the lightness value of 11384f is 0.19.

The process color (four color CMYK) of #11384f color hex is 0.78, 0.29, 0.00, 0.69. Web safe color of #11384f is #003366. Color #11384f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111000 01001111
Octal 21 70 117
Decimal 17 56 79
Hex 11 38 4F

RGB Percentages of Color #11384f

%11.18
%36.84
%51.97

CMYK Percentages of Color #11384f

%78
%29
%0
%69

Triadic Colors of #11384f

#11384f #4f1138 #384f11

Analogous Colors of #11384f

#11384f #11194f #114f47

Monochromatic Colors of #11384f

#11384f

Complementary Color

#11384f #4f2811

#11384f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11384f Color Preview on White Background

Lorem ipsum dolor sit amet.

#11384f Color CSS Codes

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

#11384f Text Font Color

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

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


#11384f Background Color

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

This div background color is #11384f


#11384f Border Color

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

This div border color is #11384f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,56,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11384f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11384f;
  -webkit-box-shadow: 1px 1px 3px 2px #11384f;
  box-shadow:         1px 1px 3px 2px #11384f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11384f


Comments

No comments written yet.

Please login to write comment.