Color Hex Logo

#2f002c Color Hex

#2F002C
(47,0,44)
0 Favorites   0 Comments

Color spaces of #2f002c

RGB 47044
HSL0.841.000.09
HSV304°100°18°
CMYK 0.001.000.06   0.82
XYZ1.62690.78622.4489
Yxy0.78620.33460.1617
Hunter Lab8.866817.2347-10.1684
CIE-Lab7.101729.2816-16.6242

#2f002c color RGB value is (47,0,44).

#2f002c hex color red value is 47, green value is 0 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #2f002c hue: 0.84 , saturation: 1.00 and the lightness value of 2f002c is 0.09.

The process color (four color CMYK) of #2f002c color hex is 0.00, 1.00, 0.06, 0.82. Web safe color of #2f002c is #330033. Color #2f002c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 00000000 00101100
Octal 57 0 54
Decimal 47 0 44
Hex 2F 0 2C

RGB Percentages of Color #2f002c

%51.65
%0.00
%48.35

CMYK Percentages of Color #2f002c

%0
%100
%6
%82

Triadic Colors of #2f002c

#2f002c #2c2f00 #002c2f

Analogous Colors of #2f002c

#2f002c #2f0014 #1b002f

Monochromatic Colors of #2f002c

#2f002c

Complementary Color

#2f002c #002f03

#2f002c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f002c Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f002c Color CSS Codes

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

#2f002c Text Font Color

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

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


#2f002c Background Color

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

This div background color is #2f002c


#2f002c Border Color

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

This div border color is #2f002c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f002c


Comments

No comments written yet.

Please login to write comment.