Color Hex Logo

#2f7494 Color Hex

#2F7494
(47,116,148)
0 Favorites   0 Comments

Color spaces of #2f7494

RGB 47116148
HSL0.550.520.38
HSV199°68°58°
CMYK 0.680.220.00   0.42
XYZ12.763015.233230.2846
Yxy15.23320.21900.2614
Hunter Lab39.0297-9.9313-18.6845
CIE-Lab45.9520-10.9941-23.7384

#2f7494 color RGB value is (47,116,148).

#2f7494 hex color red value is 47, green value is 116 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #2f7494 hue: 0.55 , saturation: 0.52 and the lightness value of 2f7494 is 0.38.

The process color (four color CMYK) of #2f7494 color hex is 0.68, 0.22, 0.00, 0.42. Web safe color of #2f7494 is #336699. Color #2f7494 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01110100 10010100
Octal 57 164 224
Decimal 47 116 148
Hex 2F 74 94

RGB Percentages of Color #2f7494

%15.11
%37.30
%47.59

CMYK Percentages of Color #2f7494

%68
%22
%0
%42

Triadic Colors of #2f7494

#2f7494 #942f74 #74942f

Analogous Colors of #2f7494

#2f7494 #2f4294 #2f9482

Monochromatic Colors of #2f7494

#2f7494

Complementary Color

#2f7494 #944f2f

#2f7494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f7494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f7494 Color CSS Codes

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

#2f7494 Text Font Color

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

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


#2f7494 Background Color

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

This div background color is #2f7494


#2f7494 Border Color

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

This div border color is #2f7494


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f7494


Comments

No comments written yet.

Please login to write comment.