Color Hex Logo

#2f588e Color Hex

#2F588E
(47,88,142)
0 Favorites   0 Comments

Color spaces of #2f588e

RGB 4788142
HSL0.590.500.37
HSV214°67°56°
CMYK 0.670.380.00   0.44
XYZ9.54459.536826.9289
Yxy9.53680.20740.2073
Hunter Lab30.88171.1254-30.0838
CIE-Lab36.99793.9636-34.1645

#2f588e color RGB value is (47,88,142).

#2f588e hex color red value is 47, green value is 88 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #2f588e hue: 0.59 , saturation: 0.50 and the lightness value of 2f588e is 0.37.

The process color (four color CMYK) of #2f588e color hex is 0.67, 0.38, 0.00, 0.44. Web safe color of #2f588e is #336699. Color #2f588e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01011000 10001110
Octal 57 130 216
Decimal 47 88 142
Hex 2F 58 8E

RGB Percentages of Color #2f588e

%16.97
%31.77
%51.26

CMYK Percentages of Color #2f588e

%67
%38
%0
%44

Triadic Colors of #2f588e

#2f588e #8e2f58 #588e2f

Analogous Colors of #2f588e

#2f588e #362f8e #2f888e

Monochromatic Colors of #2f588e

#2f588e

Complementary Color

#2f588e #8e652f

#2f588e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f588e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f588e Color CSS Codes

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

#2f588e Text Font Color

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

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


#2f588e Background Color

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

This div background color is #2f588e


#2f588e Border Color

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

This div border color is #2f588e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f588e


Comments

No comments written yet.

Please login to write comment.