Color Hex Logo

#2c446d Color Hex

#2C446D
(44,68,109)
0 Favorites   0 Comments

Color spaces of #2c446d

RGB 4468109
HSL0.610.420.30
HSV218°60°43°
CMYK 0.600.380.00   0.57
XYZ5.86615.773815.2733
Yxy5.77380.21800.2145
Hunter Lab24.02871.5267-20.8662
CIE-Lab28.83454.3420-26.6165

#2c446d color RGB value is (44,68,109).

#2c446d hex color red value is 44, green value is 68 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #2c446d hue: 0.61 , saturation: 0.42 and the lightness value of 2c446d is 0.30.

The process color (four color CMYK) of #2c446d color hex is 0.60, 0.38, 0.00, 0.57. Web safe color of #2c446d is #333366. Color #2c446d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 01000100 01101101
Octal 54 104 155
Decimal 44 68 109
Hex 2C 44 6D

RGB Percentages of Color #2c446d

%19.91
%30.77
%49.32

CMYK Percentages of Color #2c446d

%60
%38
%0
%57

Triadic Colors of #2c446d

#2c446d #6d2c44 #446d2c

Analogous Colors of #2c446d

#2c446d #352c6d #2c656d

Monochromatic Colors of #2c446d

#2c446d

Complementary Color

#2c446d #6d552c

#2c446d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c446d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c446d Color CSS Codes

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

#2c446d Text Font Color

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

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


#2c446d Background Color

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

This div background color is #2c446d


#2c446d Border Color

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

This div border color is #2c446d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c446d

#2c446d Color Palettes


Comments

No comments written yet.

Please login to write comment.