Color Hex Logo

#131015 Color Hex

#131015
(19,16,21)
0 Favorites   0 Comments

Color spaces of #131015

RGB 191621
HSL0.770.140.07
HSV276°24°
CMYK 0.100.240.00   0.92
XYZ0.58920.56320.7871
Yxy0.56320.30380.2904
Hunter Lab7.50470.8811-0.9652
CIE-Lab5.08732.2078-2.4870

#131015 color RGB value is (19,16,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00010000 00010101
Octal 23 20 25
Decimal 19 16 21
Hex 13 10 15

RGB Percentages of Color #131015

%33.93
%28.57
%37.50

CMYK Percentages of Color #131015

%10
%24
%0
%92

Triadic Colors of #131015

#131015 #151310 #101513

Analogous Colors of #131015

#131015 #151015 #111015

Monochromatic Colors of #131015

#131015

Complementary Color

#131015 #121510

#131015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#131015 Color CSS Codes

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

#131015 Text Font Color

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

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


#131015 Background Color

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

This div background color is #131015


#131015 Border Color

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

This div border color is #131015


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,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 #131015">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131015


Comments

No comments written yet.

Please login to write comment.