Color Hex Logo

#2f474e Color Hex

#2F474E
(47,71,78)
0 Favorites   0 Comments

Color spaces of #2f474e

RGB 477178
HSL0.540.250.25
HSV194°40°31°
CMYK 0.400.090.00   0.69
XYZ4.80075.66098.0474
Yxy5.66090.25940.3058
Hunter Lab23.7926-5.6208-3.3988
CIE-Lab28.5403-7.1599-7.1386

#2f474e color RGB value is (47,71,78).

#2f474e hex color red value is 47, green value is 71 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #2f474e hue: 0.54 , saturation: 0.25 and the lightness value of 2f474e is 0.25.

The process color (four color CMYK) of #2f474e color hex is 0.40, 0.09, 0.00, 0.69. Web safe color of #2f474e is #333366. Color #2f474e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01000111 01001110
Octal 57 107 116
Decimal 47 71 78
Hex 2F 47 4E

RGB Percentages of Color #2f474e

%23.98
%36.22
%39.80

CMYK Percentages of Color #2f474e

%40
%9
%0
%69

Triadic Colors of #2f474e

#2f474e #4e2f47 #474e2f

Analogous Colors of #2f474e

#2f474e #2f384e #2f4e46

Monochromatic Colors of #2f474e

#2f474e

Complementary Color

#2f474e #4e362f

#2f474e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f474e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f474e Color CSS Codes

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

#2f474e Text Font Color

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

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


#2f474e Background Color

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

This div background color is #2f474e


#2f474e Border Color

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

This div border color is #2f474e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f474e


Comments

No comments written yet.

Please login to write comment.