Color Hex Logo

#1c070b Color Hex

#1C070B
(28,7,11)
0 Favorites   0 Comments

Color spaces of #1c070b

RGB 28711
HSL0.970.600.07
HSV349°75°11°
CMYK 0.000.750.61   0.89
XYZ0.61530.42300.3658
Yxy0.42300.43820.3013
Hunter Lab6.50385.50541.2180
CIE-Lab3.82098.73561.3556

#1c070b color RGB value is (28,7,11).

#1c070b hex color red value is 28, green value is 7 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #1c070b hue: 0.97 , saturation: 0.60 and the lightness value of 1c070b is 0.07.

The process color (four color CMYK) of #1c070b color hex is 0.00, 0.75, 0.61, 0.89. Web safe color of #1c070b is #330000. Color #1c070b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 00000111 00001011
Octal 34 7 13
Decimal 28 7 11
Hex 1C 7 B

RGB Percentages of Color #1c070b

%60.87
%15.22
%23.91

CMYK Percentages of Color #1c070b

%0
%75
%61
%89

Triadic Colors of #1c070b

#1c070b #0b1c07 #070b1c

Analogous Colors of #1c070b

#1c070b #1c0e07 #1c0716

Monochromatic Colors of #1c070b

#1c070b

Complementary Color

#1c070b #071c18

#1c070b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c070b Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c070b Color CSS Codes

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

#1c070b Text Font Color

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

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


#1c070b Background Color

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

This div background color is #1c070b


#1c070b Border Color

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

This div border color is #1c070b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(28,7,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1c070b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1c070b;
  -webkit-box-shadow: 1px 1px 3px 2px #1c070b;
  box-shadow:         1px 1px 3px 2px #1c070b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,7,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c070b


Comments

No comments written yet.

Please login to write comment.