Color Hex Logo

#2c24ad Color Hex

#2C24AD
(44,36,173)
0 Favorites   0 Comments

Color spaces of #2c24ad

RGB 4436173
HSL0.680.660.41
HSV244°79°68°
CMYK 0.750.790.00   0.32
XYZ9.21244.814439.9789
Yxy4.81440.17060.0891
Hunter Lab21.941736.5465-92.6700
CIE-Lab26.199347.7820-70.4570

#2c24ad color RGB value is (44,36,173).

#2c24ad hex color red value is 44, green value is 36 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #2c24ad hue: 0.68 , saturation: 0.66 and the lightness value of 2c24ad is 0.41.

The process color (four color CMYK) of #2c24ad color hex is 0.75, 0.79, 0.00, 0.32. Web safe color of #2c24ad is #333399. Color #2c24ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 00100100 10101101
Octal 54 44 255
Decimal 44 36 173
Hex 2C 24 AD

RGB Percentages of Color #2c24ad

%17.39
%14.23
%68.38

CMYK Percentages of Color #2c24ad

%75
%79
%0
%32

Triadic Colors of #2c24ad

#2c24ad #ad2c24 #24ad2c

Analogous Colors of #2c24ad

#2c24ad #7124ad #2461ad

Monochromatic Colors of #2c24ad

#2c24ad

Complementary Color

#2c24ad #a5ad24

#2c24ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c24ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c24ad Color CSS Codes

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

#2c24ad Text Font Color

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

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


#2c24ad Background Color

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

This div background color is #2c24ad


#2c24ad Border Color

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

This div border color is #2c24ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c24ad


Comments

No comments written yet.

Please login to write comment.