Color Hex Logo

#2f466f Color Hex

#2F466F
(47,70,111)
0 Favorites   0 Comments

Color spaces of #2f466f

RGB 4770111
HSL0.610.410.31
HSV218°58°44°
CMYK 0.580.370.00   0.56
XYZ6.23176.132415.8941
Yxy6.13240.22050.2170
Hunter Lab24.76371.5825-20.7196
CIE-Lab29.74414.4438-26.4374

#2f466f color RGB value is (47,70,111).

#2f466f hex color red value is 47, green value is 70 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #2f466f hue: 0.61 , saturation: 0.41 and the lightness value of 2f466f is 0.31.

The process color (four color CMYK) of #2f466f color hex is 0.58, 0.37, 0.00, 0.56. Web safe color of #2f466f is #333366. Color #2f466f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01000110 01101111
Octal 57 106 157
Decimal 47 70 111
Hex 2F 46 6F

RGB Percentages of Color #2f466f

%20.61
%30.70
%48.68

CMYK Percentages of Color #2f466f

%58
%37
%0
%56

Triadic Colors of #2f466f

#2f466f #6f2f46 #466f2f

Analogous Colors of #2f466f

#2f466f #382f6f #2f666f

Monochromatic Colors of #2f466f

#2f466f

Complementary Color

#2f466f #6f582f

#2f466f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f466f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f466f Color CSS Codes

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

#2f466f Text Font Color

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

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


#2f466f Background Color

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

This div background color is #2f466f


#2f466f Border Color

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

This div border color is #2f466f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f466f


Comments

No comments written yet.

Please login to write comment.