Color Hex Logo

#2f3157 Color Hex

#2F3157
(47,49,87)
0 Favorites   0 Comments

Color spaces of #2f3157

RGB 474987
HSL0.660.300.26
HSV237°46°34°
CMYK 0.460.440.00   0.66
XYZ3.99093.48919.4799
Yxy3.48910.23530.2057
Hunter Lab18.67915.4490-17.0150
CIE-Lab21.904910.4024-23.2897

#2f3157 color RGB value is (47,49,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 00110001 01010111
Octal 57 61 127
Decimal 47 49 87
Hex 2F 31 57

RGB Percentages of Color #2f3157

%25.68
%26.78
%47.54

CMYK Percentages of Color #2f3157

%46
%44
%0
%66

Triadic Colors of #2f3157

#2f3157 #572f31 #31572f

Analogous Colors of #2f3157

#2f3157 #412f57 #2f4557

Monochromatic Colors of #2f3157

#2f3157

Complementary Color

#2f3157 #57552f

#2f3157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f3157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f3157 Color CSS Codes

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

#2f3157 Text Font Color

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

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


#2f3157 Background Color

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

This div background color is #2f3157


#2f3157 Border Color

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

This div border color is #2f3157


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f3157


Comments

No comments written yet.

Please login to write comment.