Color Hex Logo

#111dcb Color Hex

#111DCB
(17,29,203)
0 Favorites   0 Comments

Color spaces of #111dcb

RGB 1729203
HSL0.660.850.43
HSV236°92°80°
CMYK 0.920.860.00   0.20
XYZ11.45005.309756.9213
Yxy5.30970.15540.0721
Hunter Lab23.042848.3721-130.3308
CIE-Lab27.599559.0117-85.9431

#111dcb color RGB value is (17,29,203).

#111dcb hex color red value is 17, green value is 29 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #111dcb hue: 0.66 , saturation: 0.85 and the lightness value of 111dcb is 0.43.

The process color (four color CMYK) of #111dcb color hex is 0.92, 0.86, 0.00, 0.20. Web safe color of #111dcb is #0033cc. Color #111dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00011101 11001011
Octal 21 35 313
Decimal 17 29 203
Hex 11 1D CB

RGB Percentages of Color #111dcb

%6.83
%11.65
%81.53

CMYK Percentages of Color #111dcb

%92
%86
%0
%20

Triadic Colors of #111dcb

#111dcb #cb111d #1dcb11

Analogous Colors of #111dcb

#111dcb #6211cb #117acb

Monochromatic Colors of #111dcb

#111dcb

Complementary Color

#111dcb #cbbf11

#111dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#111dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#111dcb Color CSS Codes

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

#111dcb Text Font Color

<p style="color:#111dcb">Text here</p>

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


#111dcb Background Color

<div style="background-color:#111dcb">
Div content here</div>

This div background color is #111dcb


#111dcb Border Color

<div style="border:3px solid #111dcb">
Div here</div>

This div border color is #111dcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,29,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #111dcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #111dcb;
  -webkit-box-shadow: 1px 1px 3px 2px #111dcb;
  box-shadow:         1px 1px 3px 2px #111dcb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #111dcb


Comments

No comments written yet.

Please login to write comment.