Color Hex Logo

#24135d Color Hex

#24135D
(36,19,93)
0 Favorites   0 Comments

Color spaces of #24135d

RGB 361993
HSL0.700.660.22
HSV254°80°36°
CMYK 0.610.800.00   0.64
XYZ2.93621.631110.5160
Yxy1.63110.19470.1081
Hunter Lab12.771518.6877-39.8793
CIE-Lab13.418330.0834-41.0401

#24135d color RGB value is (36,19,93).

#24135d hex color red value is 36, green value is 19 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #24135d hue: 0.70 , saturation: 0.66 and the lightness value of 24135d is 0.22.

The process color (four color CMYK) of #24135d color hex is 0.61, 0.80, 0.00, 0.64. Web safe color of #24135d is #330066. Color #24135d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00010011 01011101
Octal 44 23 135
Decimal 36 19 93
Hex 24 13 5D

RGB Percentages of Color #24135d

%24.32
%12.84
%62.84

CMYK Percentages of Color #24135d

%61
%80
%0
%64

Triadic Colors of #24135d

#24135d #5d2413 #135d24

Analogous Colors of #24135d

#24135d #49135d #13275d

Monochromatic Colors of #24135d

#24135d

Complementary Color

#24135d #4c5d13

#24135d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24135d Color Preview on White Background

Lorem ipsum dolor sit amet.

#24135d Color CSS Codes

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

#24135d Text Font Color

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

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


#24135d Background Color

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

This div background color is #24135d


#24135d Border Color

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

This div border color is #24135d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24135d


Comments

No comments written yet.

Please login to write comment.