Color Hex Logo

#11208d Color Hex

#11208D
(17,32,141)
0 Favorites   0 Comments

Color spaces of #11208d

RGB 1732141
HSL0.650.780.31
HSV233°88°55°
CMYK 0.880.770.00   0.45
XYZ5.55543.075325.5001
Yxy3.07530.16280.0901
Hunter Lab17.536525.8581-73.9388
CIE-Lab20.343037.3912-60.6191

#11208d color RGB value is (17,32,141).

#11208d hex color red value is 17, green value is 32 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #11208d hue: 0.65 , saturation: 0.78 and the lightness value of 11208d is 0.31.

The process color (four color CMYK) of #11208d color hex is 0.88, 0.77, 0.00, 0.45. Web safe color of #11208d is #003399. Color #11208d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100000 10001101
Octal 21 40 215
Decimal 17 32 141
Hex 11 20 8D

RGB Percentages of Color #11208d

%8.95
%16.84
%74.21

CMYK Percentages of Color #11208d

%88
%77
%0
%45

Triadic Colors of #11208d

#11208d #8d1120 #208d11

Analogous Colors of #11208d

#11208d #40118d #115e8d

Monochromatic Colors of #11208d

#11208d

Complementary Color

#11208d #8d7e11

#11208d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11208d Color Preview on White Background

Lorem ipsum dolor sit amet.

#11208d Color CSS Codes

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

#11208d Text Font Color

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

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


#11208d Background Color

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

This div background color is #11208d


#11208d Border Color

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

This div border color is #11208d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11208d


Comments

No comments written yet.

Please login to write comment.