Color Hex Logo

#2c4aac Color Hex

#2C4AAC
(44,74,172)
0 Favorites   0 Comments

Color spaces of #2c4aac

RGB 4474172
HSL0.630.590.42
HSV226°74°67°
CMYK 0.740.570.00   0.33
XYZ10.93398.411640.0770
Yxy8.41160.18400.1416
Hunter Lab29.002816.5388-61.6270
CIE-Lab34.825824.0964-55.7008

#2c4aac color RGB value is (44,74,172).

#2c4aac hex color red value is 44, green value is 74 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #2c4aac hue: 0.63 , saturation: 0.59 and the lightness value of 2c4aac is 0.42.

The process color (four color CMYK) of #2c4aac color hex is 0.74, 0.57, 0.00, 0.33. Web safe color of #2c4aac is #333399. Color #2c4aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 01001010 10101100
Octal 54 112 254
Decimal 44 74 172
Hex 2C 4A AC

RGB Percentages of Color #2c4aac

%15.17
%25.52
%59.31

CMYK Percentages of Color #2c4aac

%74
%57
%0
%33

Triadic Colors of #2c4aac

#2c4aac #ac2c4a #4aac2c

Analogous Colors of #2c4aac

#2c4aac #4e2cac #2c8aac

Monochromatic Colors of #2c4aac

#2c4aac

Complementary Color

#2c4aac #ac8e2c

#2c4aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c4aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c4aac Color CSS Codes

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

#2c4aac Text Font Color

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

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


#2c4aac Background Color

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

This div background color is #2c4aac


#2c4aac Border Color

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

This div border color is #2c4aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c4aac


Comments

No comments written yet.

Please login to write comment.