Color Hex Logo

#24113c Color Hex

#24113C
(36,17,60)
0 Favorites   0 Comments

Color spaces of #24113c

RGB 361760
HSL0.740.560.15
HSV267°72°24°
CMYK 0.400.720.00   0.76
XYZ1.74361.10224.3958
Yxy1.10220.24080.1522
Hunter Lab10.498611.2727-17.4760
CIE-Lab9.815420.5949-24.1011

#24113c color RGB value is (36,17,60).

#24113c hex color red value is 36, green value is 17 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #24113c hue: 0.74 , saturation: 0.56 and the lightness value of 24113c is 0.15.

The process color (four color CMYK) of #24113c color hex is 0.40, 0.72, 0.00, 0.76. Web safe color of #24113c is #330033. Color #24113c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00010001 00111100
Octal 44 21 74
Decimal 36 17 60
Hex 24 11 3C

RGB Percentages of Color #24113c

%31.86
%15.04
%53.10

CMYK Percentages of Color #24113c

%40
%72
%0
%76

Triadic Colors of #24113c

#24113c #3c2411 #113c24

Analogous Colors of #24113c

#24113c #3a113c #11143c

Monochromatic Colors of #24113c

#24113c

Complementary Color

#24113c #293c11

#24113c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24113c Color Preview on White Background

Lorem ipsum dolor sit amet.

#24113c Color CSS Codes

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

#24113c Text Font Color

<p style="color:#24113c">Text here</p>

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


#24113c Background Color

<div style="background-color:#24113c">
Div content here</div>

This div background color is #24113c


#24113c Border Color

<div style="border:3px solid #24113c">
Div here</div>

This div border color is #24113c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,17,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #24113c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #24113c;
  -webkit-box-shadow: 1px 1px 3px 2px #24113c;
  box-shadow:         1px 1px 3px 2px #24113c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24113c


Comments

No comments written yet.

Please login to write comment.