Color Hex Logo

#1181bc Color Hex

#1181BC
(17,129,188)
0 Favorites   0 Comments

Color spaces of #1181bc

RGB 17129188
HSL0.560.830.40
HSV201°91°74°
CMYK 0.910.310.00   0.26
XYZ17.158519.450550.4269
Yxy19.45050.19710.2235
Hunter Lab44.1027-7.7330-36.9201
CIE-Lab51.2102-7.1132-38.8586

#1181bc color RGB value is (17,129,188).

#1181bc hex color red value is 17, green value is 129 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #1181bc hue: 0.56 , saturation: 0.83 and the lightness value of 1181bc is 0.40.

The process color (four color CMYK) of #1181bc color hex is 0.91, 0.31, 0.00, 0.26. Web safe color of #1181bc is #0099cc. Color #1181bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10000001 10111100
Octal 21 201 274
Decimal 17 129 188
Hex 11 81 BC

RGB Percentages of Color #1181bc

%5.09
%38.62
%56.29

CMYK Percentages of Color #1181bc

%91
%31
%0
%26

Triadic Colors of #1181bc

#1181bc #bc1181 #81bc11

Analogous Colors of #1181bc

#1181bc #112bbc #11bca2

Monochromatic Colors of #1181bc

#1181bc

Complementary Color

#1181bc #bc4c11

#1181bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1181bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1181bc Color CSS Codes

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

#1181bc Text Font Color

<p style="color:#1181bc">Text here</p>

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


#1181bc Background Color

<div style="background-color:#1181bc">
Div content here</div>

This div background color is #1181bc


#1181bc Border Color

<div style="border:3px solid #1181bc">
Div here</div>

This div border color is #1181bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,129,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1181bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1181bc;
  -webkit-box-shadow: 1px 1px 3px 2px #1181bc;
  box-shadow:         1px 1px 3px 2px #1181bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1181bc


Comments

No comments written yet.

Please login to write comment.