Color Hex Logo

#2f4157 Color Hex

#2F4157
(47,65,87)
0 Favorites   0 Comments

Color spaces of #2f4157

RGB 476587
HSL0.590.300.26
HSV213°46°34°
CMYK 0.460.250.00   0.66
XYZ4.78295.07319.7439
Yxy5.07310.24400.2588
Hunter Lab22.5235-1.5115-9.8829
CIE-Lab26.9420-0.4995-15.4204

#2f4157 color RGB value is (47,65,87).

#2f4157 hex color red value is 47, green value is 65 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #2f4157 hue: 0.59 , saturation: 0.30 and the lightness value of 2f4157 is 0.26.

The process color (four color CMYK) of #2f4157 color hex is 0.46, 0.25, 0.00, 0.66. Web safe color of #2f4157 is #333366. Color #2f4157 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01000001 01010111
Octal 57 101 127
Decimal 47 65 87
Hex 2F 41 57

RGB Percentages of Color #2f4157

%23.62
%32.66
%43.72

CMYK Percentages of Color #2f4157

%46
%25
%0
%66

Triadic Colors of #2f4157

#2f4157 #572f41 #41572f

Analogous Colors of #2f4157

#2f4157 #312f57 #2f5557

Monochromatic Colors of #2f4157

#2f4157

Complementary Color

#2f4157 #57452f

#2f4157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f4157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f4157 Color CSS Codes

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

#2f4157 Text Font Color

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

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


#2f4157 Background Color

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

This div background color is #2f4157


#2f4157 Border Color

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

This div border color is #2f4157


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f4157


Comments

No comments written yet.

Please login to write comment.