Color Hex Logo

#24125c Color Hex

#24125C
(36,18,92)
0 Favorites   0 Comments

Color spaces of #24125c

RGB 361892
HSL0.710.670.22
HSV255°80°36°
CMYK 0.610.800.00   0.64
XYZ2.87561.580410.2787
Yxy1.58040.19520.1073
Hunter Lab12.571418.8304-39.6771
CIE-Lab13.110330.3242-40.8757

#24125c color RGB value is (36,18,92).

#24125c hex color red value is 36, green value is 18 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #24125c hue: 0.71 , saturation: 0.67 and the lightness value of 24125c is 0.22.

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 00010010 01011100
Octal 44 22 134
Decimal 36 18 92
Hex 24 12 5C

RGB Percentages of Color #24125c

%24.66
%12.33
%63.01

CMYK Percentages of Color #24125c

%61
%80
%0
%64

Triadic Colors of #24125c

#24125c #5c2412 #125c24

Analogous Colors of #24125c

#24125c #49125c #12255c

Monochromatic Colors of #24125c

#24125c

Complementary Color

#24125c #4a5c12

#24125c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24125c Color Preview on White Background

Lorem ipsum dolor sit amet.

#24125c Color CSS Codes

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

#24125c Text Font Color

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

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


#24125c Background Color

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

This div background color is #24125c


#24125c Border Color

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

This div border color is #24125c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24125c


Comments

No comments written yet.

Please login to write comment.