Color Hex Logo

#2c488d Color Hex

#2C488D
(44,72,141)
0 Favorites   0 Comments

Color spaces of #2c488d

RGB 4472141
HSL0.620.520.36
HSV223°69°55°
CMYK 0.690.490.00   0.45
XYZ8.16387.093326.1382
Yxy7.09330.19720.1714
Hunter Lab26.63328.1068-39.5447
CIE-Lab32.018413.6323-41.5090

#2c488d color RGB value is (44,72,141).

#2c488d hex color red value is 44, green value is 72 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #2c488d hue: 0.62 , saturation: 0.52 and the lightness value of 2c488d is 0.36.

The process color (four color CMYK) of #2c488d color hex is 0.69, 0.49, 0.00, 0.45. Web safe color of #2c488d is #333399. Color #2c488d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 01001000 10001101
Octal 54 110 215
Decimal 44 72 141
Hex 2C 48 8D

RGB Percentages of Color #2c488d

%17.12
%28.02
%54.86

CMYK Percentages of Color #2c488d

%69
%49
%0
%45

Triadic Colors of #2c488d

#2c488d #8d2c48 #488d2c

Analogous Colors of #2c488d

#2c488d #402c8d #2c798d

Monochromatic Colors of #2c488d

#2c488d

Complementary Color

#2c488d #8d712c

#2c488d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c488d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c488d Color CSS Codes

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

#2c488d Text Font Color

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

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


#2c488d Background Color

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

This div background color is #2c488d


#2c488d Border Color

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

This div border color is #2c488d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c488d


Comments

No comments written yet.

Please login to write comment.