Color Hex Logo

#12050d Color Hex

#12050D
(18,5,13)
0 Favorites   0 Comments

Color spaces of #12050d

RGB 18513
HSL0.900.570.05
HSV323°72°
CMYK 0.000.720.28   0.93
XYZ0.37640.26620.4123
Yxy0.26620.35680.2523
Hunter Lab5.15953.9931-1.1263
CIE-Lab2.40465.0543-1.7515

#12050d color RGB value is (18,5,13).

#12050d hex color red value is 18, green value is 5 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #12050d hue: 0.90 , saturation: 0.57 and the lightness value of 12050d is 0.05.

The process color (four color CMYK) of #12050d color hex is 0.00, 0.72, 0.28, 0.93. Web safe color of #12050d is #000000. Color #12050d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00000101 00001101
Octal 22 5 15
Decimal 18 5 13
Hex 12 5 D

RGB Percentages of Color #12050d

%50.00
%13.89
%36.11

CMYK Percentages of Color #12050d

%0
%72
%28
%93

Triadic Colors of #12050d

#12050d #0d1205 #050d12

Analogous Colors of #12050d

#12050d #120506 #110512

Monochromatic Colors of #12050d

#12050d

Complementary Color

#12050d #05120a

#12050d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12050d Color Preview on White Background

Lorem ipsum dolor sit amet.

#12050d Color CSS Codes

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

#12050d Text Font Color

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

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


#12050d Background Color

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

This div background color is #12050d


#12050d Border Color

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

This div border color is #12050d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,5,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12050d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12050d;
  -webkit-box-shadow: 1px 1px 3px 2px #12050d;
  box-shadow:         1px 1px 3px 2px #12050d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,5,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12050d


Comments

No comments written yet.

Please login to write comment.