Color Hex Logo

#11018e Color Hex

#11018E
(17,1,142)
0 Favorites   0 Comments

Color spaces of #11018e

RGB 171142
HSL0.690.990.28
HSV247°99°56°
CMYK 0.880.990.00   0.44
XYZ5.12452.093925.7253
Yxy2.09390.15560.0636
Hunter Lab14.470337.8907-95.2764
CIE-Lab15.972551.0769-68.5163

#11018e color RGB value is (17,1,142).

#11018e hex color red value is 17, green value is 1 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #11018e hue: 0.69 , saturation: 0.99 and the lightness value of 11018e is 0.28.

The process color (four color CMYK) of #11018e color hex is 0.88, 0.99, 0.00, 0.44. Web safe color of #11018e is #000099. Color #11018e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00000001 10001110
Octal 21 1 216
Decimal 17 1 142
Hex 11 1 8E

RGB Percentages of Color #11018e

%10.63
%0.63
%88.75

CMYK Percentages of Color #11018e

%88
%99
%0
%44

Triadic Colors of #11018e

#11018e #8e1101 #018e11

Analogous Colors of #11018e

#11018e #58018e #01388e

Monochromatic Colors of #11018e

#11018e

Complementary Color

#11018e #7e8e01

#11018e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11018e Color Preview on White Background

Lorem ipsum dolor sit amet.

#11018e Color CSS Codes

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

#11018e Text Font Color

<p style="color:#11018e">Text here</p>

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


#11018e Background Color

<div style="background-color:#11018e">
Div content here</div>

This div background color is #11018e


#11018e Border Color

<div style="border:3px solid #11018e">
Div here</div>

This div border color is #11018e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,1,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11018e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11018e;
  -webkit-box-shadow: 1px 1px 3px 2px #11018e;
  box-shadow:         1px 1px 3px 2px #11018e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11018e


Comments

No comments written yet.

Please login to write comment.