Color Hex Logo

#111015 Color Hex

#111015
(17,16,21)
0 Favorites   0 Comments

Color spaces of #111015

RGB 171621
HSL0.700.140.07
HSV252°24°
CMYK 0.190.240.00   0.92
XYZ0.55180.54390.7854
Yxy0.54390.29330.2891
Hunter Lab7.37500.4493-1.1516
CIE-Lab4.91301.4272-2.7632

#111015 color RGB value is (17,16,21).

#111015 hex color red value is 17, green value is 16 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #111015 hue: 0.70 , saturation: 0.14 and the lightness value of 111015 is 0.07.

The process color (four color CMYK) of #111015 color hex is 0.19, 0.24, 0.00, 0.92. Web safe color of #111015 is #000000. Color #111015 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010000 00010101
Octal 21 20 25
Decimal 17 16 21
Hex 11 10 15

RGB Percentages of Color #111015

%31.48
%29.63
%38.89

CMYK Percentages of Color #111015

%19
%24
%0
%92

Triadic Colors of #111015

#111015 #151110 #101511

Analogous Colors of #111015

#111015 #141015 #101215

Monochromatic Colors of #111015

#111015

Complementary Color

#111015 #141510

#111015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#111015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#111015 Color CSS Codes

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

#111015 Text Font Color

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

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


#111015 Background Color

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

This div background color is #111015


#111015 Border Color

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

This div border color is #111015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #111015


Comments

No comments written yet.

Please login to write comment.