Color Hex Logo

#2f71ac Color Hex

#2F71AC
(47,113,172)
0 Favorites   0 Comments

Color spaces of #2f71ac

RGB 47113172
HSL0.580.570.43
HSV208°73°67°
CMYK 0.730.340.00   0.33
XYZ14.523815.393141.2354
Yxy15.39310.20410.2163
Hunter Lab39.2340-2.5818-34.8506
CIE-Lab46.1680-0.6541-37.5132

#2f71ac color RGB value is (47,113,172).

#2f71ac hex color red value is 47, green value is 113 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #2f71ac hue: 0.58 , saturation: 0.57 and the lightness value of 2f71ac is 0.43.

The process color (four color CMYK) of #2f71ac color hex is 0.73, 0.34, 0.00, 0.33. Web safe color of #2f71ac is #336699. Color #2f71ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01110001 10101100
Octal 57 161 254
Decimal 47 113 172
Hex 2F 71 AC

RGB Percentages of Color #2f71ac

%14.16
%34.04
%51.81

CMYK Percentages of Color #2f71ac

%73
%34
%0
%33

Triadic Colors of #2f71ac

#2f71ac #ac2f71 #71ac2f

Analogous Colors of #2f71ac

#2f71ac #2f32ac #2faca9

Monochromatic Colors of #2f71ac

#2f71ac

Complementary Color

#2f71ac #ac6a2f

#2f71ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f71ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f71ac Color CSS Codes

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

#2f71ac Text Font Color

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

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


#2f71ac Background Color

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

This div background color is #2f71ac


#2f71ac Border Color

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

This div border color is #2f71ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f71ac


Comments

No comments written yet.

Please login to write comment.