Color Hex Logo

#2f173f Color Hex

#2F173F
(47,23,63)
0 Favorites   0 Comments

Color spaces of #2f173f

RGB 472363
HSL0.770.470.17
HSV276°63°25°
CMYK 0.250.630.00   0.75
XYZ2.37591.57604.8816
Yxy1.57600.26900.1784
Hunter Lab12.553911.8129-14.2673
CIE-Lab13.083320.8363-20.9064

#2f173f color RGB value is (47,23,63).

#2f173f hex color red value is 47, green value is 23 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #2f173f hue: 0.77 , saturation: 0.47 and the lightness value of 2f173f is 0.17.

The process color (four color CMYK) of #2f173f color hex is 0.25, 0.63, 0.00, 0.75. Web safe color of #2f173f is #330033. Color #2f173f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 00010111 00111111
Octal 57 27 77
Decimal 47 23 63
Hex 2F 17 3F

RGB Percentages of Color #2f173f

%35.34
%17.29
%47.37

CMYK Percentages of Color #2f173f

%25
%63
%0
%75

Triadic Colors of #2f173f

#2f173f #3f2f17 #173f2f

Analogous Colors of #2f173f

#2f173f #3f173b #1b173f

Monochromatic Colors of #2f173f

#2f173f

Complementary Color

#2f173f #273f17

#2f173f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f173f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f173f Color CSS Codes

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

#2f173f Text Font Color

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

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


#2f173f Background Color

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

This div background color is #2f173f


#2f173f Border Color

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

This div border color is #2f173f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f173f


Comments

No comments written yet.

Please login to write comment.