Color Hex Logo

#1177be Color Hex

#1177BE
(17,119,190)
0 Favorites   0 Comments

Color spaces of #1177be

RGB 17119190
HSL0.570.840.41
HSV205°91°75°
CMYK 0.910.370.00   0.25
XYZ16.122317.030551.1527
Yxy17.03050.19120.2020
Hunter Lab41.2680-2.4839-44.6037
CIE-Lab48.2984-0.3696-44.6176

#1177be color RGB value is (17,119,190).

#1177be hex color red value is 17, green value is 119 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #1177be hue: 0.57 , saturation: 0.84 and the lightness value of 1177be is 0.41.

The process color (four color CMYK) of #1177be color hex is 0.91, 0.37, 0.00, 0.25. Web safe color of #1177be is #0066cc. Color #1177be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01110111 10111110
Octal 21 167 276
Decimal 17 119 190
Hex 11 77 BE

RGB Percentages of Color #1177be

%5.21
%36.50
%58.28

CMYK Percentages of Color #1177be

%91
%37
%0
%25

Triadic Colors of #1177be

#1177be #be1177 #77be11

Analogous Colors of #1177be

#1177be #1121be #11beaf

Monochromatic Colors of #1177be

#1177be

Complementary Color

#1177be #be5811

#1177be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1177be Color Preview on White Background

Lorem ipsum dolor sit amet.

#1177be Color CSS Codes

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

#1177be Text Font Color

<p style="color:#1177be">Text here</p>

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


#1177be Background Color

<div style="background-color:#1177be">
Div content here</div>

This div background color is #1177be


#1177be Border Color

<div style="border:3px solid #1177be">
Div here</div>

This div border color is #1177be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,119,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1177be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1177be;
  -webkit-box-shadow: 1px 1px 3px 2px #1177be;
  box-shadow:         1px 1px 3px 2px #1177be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1177be


Comments

No comments written yet.

Please login to write comment.