Color Hex Logo

#110071 Color Hex

#110071
(17,0,113)
0 Favorites   0 Comments

Color spaces of #110071

RGB 170113
HSL0.691.000.22
HSV249°100°44°
CMYK 0.851.000.00   0.56
XYZ3.21181.311415.7066
Yxy1.31140.15880.0648
Hunter Lab11.451630.0229-73.3036
CIE-Lab11.355043.7397-57.7270

#110071 color RGB value is (17,0,113).

#110071 hex color red value is 17, green value is 0 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #110071 hue: 0.69 , saturation: 1.00 and the lightness value of 110071 is 0.22.

The process color (four color CMYK) of #110071 color hex is 0.85, 1.00, 0.00, 0.56. Web safe color of #110071 is #000066. Color #110071 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00000000 01110001
Octal 21 0 161
Decimal 17 0 113
Hex 11 0 71

RGB Percentages of Color #110071

%13.08
%0.00
%86.92

CMYK Percentages of Color #110071

%85
%100
%0
%56

Triadic Colors of #110071

#110071 #711100 #007111

Analogous Colors of #110071

#110071 #4a0071 #002771

Monochromatic Colors of #110071

#110071

Complementary Color

#110071 #607100

#110071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#110071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#110071 Color CSS Codes

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

#110071 Text Font Color

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

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


#110071 Background Color

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

This div background color is #110071


#110071 Border Color

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

This div border color is #110071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #110071


Comments

No comments written yet.

Please login to write comment.