Color Hex Logo

#2f6775 Color Hex

#2F6775
(47,103,117)
0 Favorites   0 Comments

Color spaces of #2f6775

RGB 47103117
HSL0.530.430.32
HSV192°60°46°
CMYK 0.600.120.00   0.54
XYZ9.233411.589218.5799
Yxy11.58920.23430.2941
Hunter Lab34.0429-11.1609-8.5292
CIE-Lab40.5556-13.9243-13.4225

#2f6775 color RGB value is (47,103,117).

#2f6775 hex color red value is 47, green value is 103 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #2f6775 hue: 0.53 , saturation: 0.43 and the lightness value of 2f6775 is 0.32.

The process color (four color CMYK) of #2f6775 color hex is 0.60, 0.12, 0.00, 0.54. Web safe color of #2f6775 is #336666. Color #2f6775 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01100111 01110101
Octal 57 147 165
Decimal 47 103 117
Hex 2F 67 75

RGB Percentages of Color #2f6775

%17.60
%38.58
%43.82

CMYK Percentages of Color #2f6775

%60
%12
%0
%54

Triadic Colors of #2f6775

#2f6775 #752f67 #67752f

Analogous Colors of #2f6775

#2f6775 #2f4475 #2f7560

Monochromatic Colors of #2f6775

#2f6775

Complementary Color

#2f6775 #753d2f

#2f6775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f6775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f6775 Color CSS Codes

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

#2f6775 Text Font Color

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

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


#2f6775 Background Color

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

This div background color is #2f6775


#2f6775 Border Color

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

This div border color is #2f6775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f6775


Comments

No comments written yet.

Please login to write comment.