Color Hex Logo

#11074d Color Hex

#11074D
(17,7,77)
0 Favorites   0 Comments

Color spaces of #11074d

RGB 17777
HSL0.690.830.16
HSV249°91°30°
CMYK 0.780.910.00   0.70
XYZ1.64670.80707.0901
Yxy0.80700.17250.0846
Hunter Lab8.983316.9994-40.5064
CIE-Lab7.289628.9924-40.3082

#11074d color RGB value is (17,7,77).

#11074d hex color red value is 17, green value is 7 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #11074d hue: 0.69 , saturation: 0.83 and the lightness value of 11074d is 0.16.

The process color (four color CMYK) of #11074d color hex is 0.78, 0.91, 0.00, 0.70. Web safe color of #11074d is #000066. Color #11074d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00000111 01001101
Octal 21 7 115
Decimal 17 7 77
Hex 11 7 4D

RGB Percentages of Color #11074d

%16.83
%6.93
%76.24

CMYK Percentages of Color #11074d

%78
%91
%0
%70

Triadic Colors of #11074d

#11074d #4d1107 #074d11

Analogous Colors of #11074d

#11074d #34074d #07204d

Monochromatic Colors of #11074d

#11074d

Complementary Color

#11074d #434d07

#11074d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11074d Color Preview on White Background

Lorem ipsum dolor sit amet.

#11074d Color CSS Codes

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

#11074d Text Font Color

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

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


#11074d Background Color

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

This div background color is #11074d


#11074d Border Color

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

This div border color is #11074d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11074d


Comments

No comments written yet.

Please login to write comment.