Color Hex Logo

#2c4257 Color Hex

#2C4257
(44,66,87)
0 Favorites   0 Comments

Color spaces of #2c4257

RGB 446687
HSL0.580.330.26
HSV209°49°34°
CMYK 0.490.240.00   0.66
XYZ4.70725.12009.7570
Yxy5.12000.24040.2614
Hunter Lab22.6274-2.4645-9.7268
CIE-Lab27.0739-2.0472-15.2330

#2c4257 color RGB value is (44,66,87).

#2c4257 hex color red value is 44, green value is 66 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #2c4257 hue: 0.58 , saturation: 0.33 and the lightness value of 2c4257 is 0.26.

The process color (four color CMYK) of #2c4257 color hex is 0.49, 0.24, 0.00, 0.66. Web safe color of #2c4257 is #333366. Color #2c4257 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 01000010 01010111
Octal 54 102 127
Decimal 44 66 87
Hex 2C 42 57

RGB Percentages of Color #2c4257

%22.34
%33.50
%44.16

CMYK Percentages of Color #2c4257

%49
%24
%0
%66

Triadic Colors of #2c4257

#2c4257 #572c42 #42572c

Analogous Colors of #2c4257

#2c4257 #2c2d57 #2c5757

Monochromatic Colors of #2c4257

#2c4257

Complementary Color

#2c4257 #57412c

#2c4257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c4257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c4257 Color CSS Codes

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

#2c4257 Text Font Color

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

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


#2c4257 Background Color

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

This div background color is #2c4257


#2c4257 Border Color

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

This div border color is #2c4257


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(44,66,87, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2c4257; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2c4257;
  -webkit-box-shadow: 1px 1px 3px 2px #2c4257;
  box-shadow:         1px 1px 3px 2px #2c4257; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(44,66,87, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c4257


Comments

No comments written yet.

Please login to write comment.