Color Hex Logo

#2f254c Color Hex

#2F254C
(47,37,76)
0 Favorites   0 Comments

Color spaces of #2f254c

RGB 473776
HSL0.710.350.22
HSV255°51°30°
CMYK 0.380.510.00   0.70
XYZ3.13842.44937.1448
Yxy2.44930.24650.1924
Hunter Lab15.65028.4073-16.1125
CIE-Lab17.687715.2024-22.5867

#2f254c color RGB value is (47,37,76).

#2f254c hex color red value is 47, green value is 37 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #2f254c hue: 0.71 , saturation: 0.35 and the lightness value of 2f254c is 0.22.

The process color (four color CMYK) of #2f254c color hex is 0.38, 0.51, 0.00, 0.70. Web safe color of #2f254c is #333333. Color #2f254c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 00100101 01001100
Octal 57 45 114
Decimal 47 37 76
Hex 2F 25 4C

RGB Percentages of Color #2f254c

%29.38
%23.13
%47.50

CMYK Percentages of Color #2f254c

%38
%51
%0
%70

Triadic Colors of #2f254c

#2f254c #4c2f25 #254c2f

Analogous Colors of #2f254c

#2f254c #43254c #252f4c

Monochromatic Colors of #2f254c

#2f254c

Complementary Color

#2f254c #424c25

#2f254c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f254c Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f254c Color CSS Codes

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

#2f254c Text Font Color

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

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


#2f254c Background Color

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

This div background color is #2f254c


#2f254c Border Color

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

This div border color is #2f254c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f254c


Comments

No comments written yet.

Please login to write comment.