Color Hex Logo

#24124d Color Hex

#24124D
(36,18,77)
0 Favorites   0 Comments

Color spaces of #24124d

RGB 361877
HSL0.720.620.19
HSV258°77°30°
CMYK 0.530.770.00   0.70
XYZ2.28341.34357.1602
Yxy1.34350.21170.1245
Hunter Lab11.590914.8801-28.5122
CIE-Lab11.576425.4091-33.1814

#24124d color RGB value is (36,18,77).

#24124d hex color red value is 36, green value is 18 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #24124d hue: 0.72 , saturation: 0.62 and the lightness value of 24124d is 0.19.

The process color (four color CMYK) of #24124d color hex is 0.53, 0.77, 0.00, 0.70. Web safe color of #24124d is #330066. Color #24124d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00010010 01001101
Octal 44 22 115
Decimal 36 18 77
Hex 24 12 4D

RGB Percentages of Color #24124d

%27.48
%13.74
%58.78

CMYK Percentages of Color #24124d

%53
%77
%0
%70

Triadic Colors of #24124d

#24124d #4d2412 #124d24

Analogous Colors of #24124d

#24124d #42124d #121e4d

Monochromatic Colors of #24124d

#24124d

Complementary Color

#24124d #3b4d12

#24124d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24124d Color Preview on White Background

Lorem ipsum dolor sit amet.

#24124d Color CSS Codes

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

#24124d Text Font Color

<p style="color:#24124d">Text here</p>

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


#24124d Background Color

<div style="background-color:#24124d">
Div content here</div>

This div background color is #24124d


#24124d Border Color

<div style="border:3px solid #24124d">
Div here</div>

This div border color is #24124d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,18,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #24124d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #24124d;
  -webkit-box-shadow: 1px 1px 3px 2px #24124d;
  box-shadow:         1px 1px 3px 2px #24124d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24124d


Comments

No comments written yet.

Please login to write comment.