Color Hex Logo

#24124f Color Hex

#24124F
(36,18,79)
0 Favorites   0 Comments

Color spaces of #24124f

RGB 361879
HSL0.720.630.19
HSV258°77°31°
CMYK 0.540.770.00   0.69
XYZ2.35511.37227.5379
Yxy1.37220.20910.1218
Hunter Lab11.714115.3875-29.9526
CIE-Lab11.771426.0632-34.2405

#24124f color RGB value is (36,18,79).

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

The process color (four color CMYK) of #24124f color hex is 0.54, 0.77, 0.00, 0.69. Web safe color of #24124f is #330066. Color #24124f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00010010 01001111
Octal 44 22 117
Decimal 36 18 79
Hex 24 12 4F

RGB Percentages of Color #24124f

%27.07
%13.53
%59.40

CMYK Percentages of Color #24124f

%54
%77
%0
%69

Triadic Colors of #24124f

#24124f #4f2412 #124f24

Analogous Colors of #24124f

#24124f #43124f #121f4f

Monochromatic Colors of #24124f

#24124f

Complementary Color

#24124f #3d4f12

#24124f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24124f Color Preview on White Background

Lorem ipsum dolor sit amet.

#24124f Color CSS Codes

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

#24124f Text Font Color

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

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


#24124f Background Color

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

This div background color is #24124f


#24124f Border Color

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

This div border color is #24124f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24124f


Comments

No comments written yet.

Please login to write comment.