Color Hex Logo

#24207e Color Hex

#24207E
(36,32,126)
0 Favorites   0 Comments

Color spaces of #24207e

RGB 3632126
HSL0.670.590.31
HSV243°75°49°
CMYK 0.710.750.00   0.51
XYZ5.01002.914420.0372
Yxy2.91440.17920.1042
Hunter Lab17.071622.5090-57.6394
CIE-Lab19.697833.6023-52.2120

#24207e color RGB value is (36,32,126).

#24207e hex color red value is 36, green value is 32 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #24207e hue: 0.67 , saturation: 0.59 and the lightness value of 24207e is 0.31.

The process color (four color CMYK) of #24207e color hex is 0.71, 0.75, 0.00, 0.51. Web safe color of #24207e is #333366. Color #24207e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00100000 01111110
Octal 44 40 176
Decimal 36 32 126
Hex 24 20 7E

RGB Percentages of Color #24207e

%18.56
%16.49
%64.95

CMYK Percentages of Color #24207e

%71
%75
%0
%51

Triadic Colors of #24207e

#24207e #7e2420 #207e24

Analogous Colors of #24207e

#24207e #53207e #204b7e

Monochromatic Colors of #24207e

#24207e

Complementary Color

#24207e #7a7e20

#24207e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24207e Color Preview on White Background

Lorem ipsum dolor sit amet.

#24207e Color CSS Codes

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

#24207e Text Font Color

<p style="color:#24207e">Text here</p>

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


#24207e Background Color

<div style="background-color:#24207e">
Div content here</div>

This div background color is #24207e


#24207e Border Color

<div style="border:3px solid #24207e">
Div here</div>

This div border color is #24207e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,32,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #24207e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #24207e;
  -webkit-box-shadow: 1px 1px 3px 2px #24207e;
  box-shadow:         1px 1px 3px 2px #24207e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24207e


Comments

No comments written yet.

Please login to write comment.