Color Hex Logo

#2f7381 Color Hex

#2F7381
(47,115,129)
0 Favorites   0 Comments

Color spaces of #2f7381

RGB 47115129
HSL0.530.470.35
HSV190°64°51°
CMYK 0.640.110.00   0.49
XYZ11.265514.450822.9644
Yxy14.45080.23140.2968
Hunter Lab38.0142-13.6264-9.2072
CIE-Lab44.8726-16.7750-14.0969

#2f7381 color RGB value is (47,115,129).

#2f7381 hex color red value is 47, green value is 115 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #2f7381 hue: 0.53 , saturation: 0.47 and the lightness value of 2f7381 is 0.35.

The process color (four color CMYK) of #2f7381 color hex is 0.64, 0.11, 0.00, 0.49. Web safe color of #2f7381 is #336699. Color #2f7381 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01110011 10000001
Octal 57 163 201
Decimal 47 115 129
Hex 2F 73 81

RGB Percentages of Color #2f7381

%16.15
%39.52
%44.33

CMYK Percentages of Color #2f7381

%64
%11
%0
%49

Triadic Colors of #2f7381

#2f7381 #812f73 #73812f

Analogous Colors of #2f7381

#2f7381 #2f4a81 #2f8166

Monochromatic Colors of #2f7381

#2f7381

Complementary Color

#2f7381 #813d2f

#2f7381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f7381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f7381 Color CSS Codes

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

#2f7381 Text Font Color

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

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


#2f7381 Background Color

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

This div background color is #2f7381


#2f7381 Border Color

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

This div border color is #2f7381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f7381


Comments

No comments written yet.

Please login to write comment.