Color Hex Logo

#24117d Color Hex

#24117D
(36,17,125)
0 Favorites   0 Comments

Color spaces of #24117d

RGB 3617125
HSL0.700.760.28
HSV251°86°49°
CMYK 0.710.860.00   0.51
XYZ4.62972.256619.5936
Yxy2.25660.17480.0852
Hunter Lab15.022028.7243-66.8182
CIE-Lab16.780041.3098-56.3968

#24117d color RGB value is (36,17,125).

#24117d hex color red value is 36, green value is 17 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #24117d hue: 0.70 , saturation: 0.76 and the lightness value of 24117d is 0.28.

The process color (four color CMYK) of #24117d color hex is 0.71, 0.86, 0.00, 0.51. Web safe color of #24117d is #330066. Color #24117d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00010001 01111101
Octal 44 21 175
Decimal 36 17 125
Hex 24 11 7D

RGB Percentages of Color #24117d

%20.22
%9.55
%70.22

CMYK Percentages of Color #24117d

%71
%86
%0
%51

Triadic Colors of #24117d

#24117d #7d2411 #117d24

Analogous Colors of #24117d

#24117d #5a117d #11347d

Monochromatic Colors of #24117d

#24117d

Complementary Color

#24117d #6a7d11

#24117d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24117d Color Preview on White Background

Lorem ipsum dolor sit amet.

#24117d Color CSS Codes

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

#24117d Text Font Color

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

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


#24117d Background Color

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

This div background color is #24117d


#24117d Border Color

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

This div border color is #24117d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24117d


Comments

No comments written yet.

Please login to write comment.