Color Hex Logo

#24114f Color Hex

#24114F
(36,17,79)
0 Favorites   0 Comments

Color spaces of #24114f

RGB 361779
HSL0.720.650.19
HSV258°78°31°
CMYK 0.540.780.00   0.69
XYZ2.33931.34057.5326
Yxy1.34050.20860.1196
Hunter Lab11.578015.8039-30.4692
CIE-Lab11.555826.6655-34.5928

#24114f color RGB value is (36,17,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 00010001 01001111
Octal 44 21 117
Decimal 36 17 79
Hex 24 11 4F

RGB Percentages of Color #24114f

%27.27
%12.88
%59.85

CMYK Percentages of Color #24114f

%54
%78
%0
%69

Triadic Colors of #24114f

#24114f #4f2411 #114f24

Analogous Colors of #24114f

#24114f #43114f #111d4f

Monochromatic Colors of #24114f

#24114f

Complementary Color

#24114f #3c4f11

#24114f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24114f Color Preview on White Background

Lorem ipsum dolor sit amet.

#24114f Color CSS Codes

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

#24114f Text Font Color

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

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


#24114f Background Color

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

This div background color is #24114f


#24114f Border Color

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

This div border color is #24114f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,17,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 #24114f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24114f


Comments

No comments written yet.

Please login to write comment.