Color Hex Logo

#110057 Color Hex

#110057
(17,0,87)
0 Favorites   0 Comments

Color spaces of #110057

RGB 17087
HSL0.701.000.17
HSV252°100°34°
CMYK 0.801.000.00   0.66
XYZ1.95150.80739.0698
Yxy0.80730.16500.0682
Hunter Lab8.985023.0457-53.5602
CIE-Lab7.292336.5159-47.1868

#110057 color RGB value is (17,0,87).

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

The process color (four color CMYK) of #110057 color hex is 0.80, 1.00, 0.00, 0.66. Web safe color of #110057 is #000066. Color #110057 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00000000 01010111
Octal 21 0 127
Decimal 17 0 87
Hex 11 0 57

RGB Percentages of Color #110057

%16.35
%0.00
%83.65

CMYK Percentages of Color #110057

%80
%100
%0
%66

Triadic Colors of #110057

#110057 #571100 #005711

Analogous Colors of #110057

#110057 #3c0057 #001b57

Monochromatic Colors of #110057

#110057

Complementary Color

#110057 #465700

#110057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#110057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#110057 Color CSS Codes

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

#110057 Text Font Color

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

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


#110057 Background Color

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

This div background color is #110057


#110057 Border Color

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

This div border color is #110057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #110057


Comments

No comments written yet.

Please login to write comment.