Color Hex Logo

#2f090d Color Hex

#2F090D
(47,9,13)
0 Favorites   0 Comments

Color spaces of #2f090d

RGB 47913
HSL0.980.680.11
HSV354°81°18°
CMYK 0.000.810.72   0.82
XYZ1.34260.82880.4700
Yxy0.82880.50830.3138
Hunter Lab9.103810.39283.3118
CIE-Lab7.486519.63176.1851

#2f090d color RGB value is (47,9,13).

#2f090d hex color red value is 47, green value is 9 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #2f090d hue: 0.98 , saturation: 0.68 and the lightness value of 2f090d is 0.11.

The process color (four color CMYK) of #2f090d color hex is 0.00, 0.81, 0.72, 0.82. Web safe color of #2f090d is #330000. Color #2f090d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 00001001 00001101
Octal 57 11 15
Decimal 47 9 13
Hex 2F 9 D

RGB Percentages of Color #2f090d

%68.12
%13.04
%18.84

CMYK Percentages of Color #2f090d

%0
%81
%72
%82

Triadic Colors of #2f090d

#2f090d #0d2f09 #090d2f

Analogous Colors of #2f090d

#2f090d #2f1809 #2f0920

Monochromatic Colors of #2f090d

#2f090d

Complementary Color

#2f090d #092f2b

#2f090d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f090d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f090d Color CSS Codes

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

#2f090d Text Font Color

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

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


#2f090d Background Color

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

This div background color is #2f090d


#2f090d Border Color

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

This div border color is #2f090d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(47,9,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2f090d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2f090d;
  -webkit-box-shadow: 1px 1px 3px 2px #2f090d;
  box-shadow:         1px 1px 3px 2px #2f090d; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f090d


Comments

No comments written yet.

Please login to write comment.