Color Hex Logo

#2f092a Color Hex

#2F092A
(47,9,42)
0 Favorites   0 Comments

Color spaces of #2f092a

RGB 47942
HSL0.860.680.11
HSV308°81°18°
CMYK 0.000.810.11   0.82
XYZ1.68790.96692.2882
Yxy0.96690.34150.1956
Hunter Lab9.833113.4324-6.9138
CIE-Lab8.712623.9288-12.5839

#2f092a color RGB value is (47,9,42).

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

The process color (four color CMYK) of #2f092a color hex is 0.00, 0.81, 0.11, 0.82. Web safe color of #2f092a is #330033. Color #2f092a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 00001001 00101010
Octal 57 11 52
Decimal 47 9 42
Hex 2F 9 2A

RGB Percentages of Color #2f092a

%47.96
%9.18
%42.86

CMYK Percentages of Color #2f092a

%0
%81
%11
%82

Triadic Colors of #2f092a

#2f092a #2a2f09 #092a2f

Analogous Colors of #2f092a

#2f092a #2f0917 #21092f

Monochromatic Colors of #2f092a

#2f092a

Complementary Color

#2f092a #092f0e

#2f092a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f092a Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f092a Color CSS Codes

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

#2f092a Text Font Color

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

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


#2f092a Background Color

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

This div background color is #2f092a


#2f092a Border Color

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

This div border color is #2f092a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,9,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f092a


Comments

No comments written yet.

Please login to write comment.