Color Hex Logo

#2f6875 Color Hex

#2F6875
(47,104,117)
0 Favorites   0 Comments

Color spaces of #2f6875

RGB 47104117
HSL0.530.430.32
HSV191°60°46°
CMYK 0.600.110.00   0.54
XYZ9.333511.789318.6133
Yxy11.78930.23490.2967
Hunter Lab34.3356-11.5652-8.1062
CIE-Lab40.8793-14.4917-12.9310

#2f6875 color RGB value is (47,104,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 01101000 01110101
Octal 57 150 165
Decimal 47 104 117
Hex 2F 68 75

RGB Percentages of Color #2f6875

%17.54
%38.81
%43.66

CMYK Percentages of Color #2f6875

%60
%11
%0
%54

Triadic Colors of #2f6875

#2f6875 #752f68 #68752f

Analogous Colors of #2f6875

#2f6875 #2f4575 #2f755f

Monochromatic Colors of #2f6875

#2f6875

Complementary Color

#2f6875 #753c2f

#2f6875 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f6875 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f6875 Color CSS Codes

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

#2f6875 Text Font Color

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

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


#2f6875 Background Color

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

This div background color is #2f6875


#2f6875 Border Color

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

This div border color is #2f6875


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,104,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 #2f6875">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f6875


Comments

No comments written yet.

Please login to write comment.