color codes Logo

#2f757d color codes

#2F757D
(47,117,125)
0 Favorites   0 Comments

Color spaces of #2f757d

RGB 47117125
HSL0.520.450.34
HSV186°62°49°
CMYK 0.620.060.00   0.51
XYZ11.235314.807621.6680
Yxy14.80760.23550.3104
Hunter Lab38.4806-15.2240-6.4491
CIE-Lab45.3695-19.1366-10.9564

#2f757d color RGB value is (47,117,125).

#2f757d hex color red value is 47, green value is 117 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #2f757d hue: 0.52 , saturation: 0.45 and the lightness value of 2f757d is 0.34.

The process color (four color CMYK) of #2f757d color code is 0.62, 0.06, 0.00, 0.51. Web safe color of #2f757d is #336666. Color #2f757d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01110101 01111101
Octal 57 165 175
Decimal 47 117 125
Hex 2F 75 7D

RGB Percentages of Color #2f757d

%16.26
%40.48
%43.25

CMYK Percentages of Color #2f757d

%62
%6
%0
%51

Triadic Colors of #2f757d

#2f757d #7d2f75 #757d2f

Analogous Colors of #2f757d

#2f757d #2f4e7d #2f7d5e

Monochromatic Colors of #2f757d

#2f757d

Complementary Color

#2f757d #7d372f

#2f757d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f757d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f757d Color CSS Codes

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

#2f757d Text Font Color

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

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


#2f757d Background Color

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

This div background color is #2f757d


#2f757d Border Color

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

This div border color is #2f757d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f757d


Comments

No comments written yet.

Please login to write comment.