Color Hex Logo

#2f176c Color Hex

#2F176C
(47,23,108)
0 Favorites   0 Comments

Color spaces of #2f176c

RGB 4723108
HSL0.710.650.26
HSV257°79°42°
CMYK 0.560.790.00   0.58
XYZ4.18552.299814.4107
Yxy2.29980.20030.1101
Hunter Lab15.165122.7263-45.7250
CIE-Lab16.987934.3765-45.0472

#2f176c color RGB value is (47,23,108).

#2f176c hex color red value is 47, green value is 23 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #2f176c hue: 0.71 , saturation: 0.65 and the lightness value of 2f176c is 0.26.

The process color (four color CMYK) of #2f176c color hex is 0.56, 0.79, 0.00, 0.58. Web safe color of #2f176c is #330066. Color #2f176c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 00010111 01101100
Octal 57 27 154
Decimal 47 23 108
Hex 2F 17 6C

RGB Percentages of Color #2f176c

%26.40
%12.92
%60.67

CMYK Percentages of Color #2f176c

%56
%79
%0
%58

Triadic Colors of #2f176c

#2f176c #6c2f17 #176c2f

Analogous Colors of #2f176c

#2f176c #59176c #172a6c

Monochromatic Colors of #2f176c

#2f176c

Complementary Color

#2f176c #546c17

#2f176c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f176c Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f176c Color CSS Codes

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

#2f176c Text Font Color

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

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


#2f176c Background Color

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

This div background color is #2f176c


#2f176c Border Color

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

This div border color is #2f176c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f176c


Comments

No comments written yet.

Please login to write comment.