Color Hex Logo

#2f537d Color Hex

#2F537D
(47,83,125)
2 Favorites   0 Comments

Color spaces of #2f537d

RGB 4783125
HSL0.590.450.34
HSV212°62°49°
CMYK 0.620.340.00   0.51
XYZ7.96728.271520.5787
Yxy8.27150.21640.2247
Hunter Lab28.7602-0.8820-22.2914
CIE-Lab34.54200.9691-27.6341

#2f537d color RGB value is (47,83,125).

#2f537d hex color red value is 47, green value is 83 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #2f537d hue: 0.59 , saturation: 0.45 and the lightness value of 2f537d is 0.34.

The process color (four color CMYK) of #2f537d color hex is 0.62, 0.34, 0.00, 0.51. Web safe color of #2f537d is #336666. Color #2f537d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01010011 01111101
Octal 57 123 175
Decimal 47 83 125
Hex 2F 53 7D

RGB Percentages of Color #2f537d

%18.43
%32.55
%49.02

CMYK Percentages of Color #2f537d

%62
%34
%0
%51

Triadic Colors of #2f537d

#2f537d #7d2f53 #537d2f

Analogous Colors of #2f537d

#2f537d #322f7d #2f7a7d

Monochromatic Colors of #2f537d

#2f537d

Complementary Color

#2f537d #7d592f

#2f537d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f537d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f537d Color CSS Codes

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

#2f537d Text Font Color

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

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


#2f537d Background Color

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

This div background color is #2f537d


#2f537d Border Color

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

This div border color is #2f537d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f537d


Comments

No comments written yet.

Please login to write comment.