Color Hex Logo

#24253f Color Hex

#24253F
(36,37,63)
0 Favorites   0 Comments

Color spaces of #24253f

RGB 363763
HSL0.660.270.19
HSV238°43°25°
CMYK 0.430.410.00   0.75
XYZ2.28632.05714.9792
Yxy2.05710.24520.2207
Hunter Lab14.34263.3545-10.5434
CIE-Lab15.78417.3335-16.7202

#24253f color RGB value is (36,37,63).

#24253f hex color red value is 36, green value is 37 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #24253f hue: 0.66 , saturation: 0.27 and the lightness value of 24253f is 0.19.

The process color (four color CMYK) of #24253f color hex is 0.43, 0.41, 0.00, 0.75. Web safe color of #24253f is #333333. Color #24253f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00100101 00111111
Octal 44 45 77
Decimal 36 37 63
Hex 24 25 3F

RGB Percentages of Color #24253f

%26.47
%27.21
%46.32

CMYK Percentages of Color #24253f

%43
%41
%0
%75

Triadic Colors of #24253f

#24253f #3f2425 #253f24

Analogous Colors of #24253f

#24253f #31243f #24333f

Monochromatic Colors of #24253f

#24253f

Complementary Color

#24253f #3f3e24

#24253f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24253f Color Preview on White Background

Lorem ipsum dolor sit amet.

#24253f Color CSS Codes

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

#24253f Text Font Color

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

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


#24253f Background Color

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

This div background color is #24253f


#24253f Border Color

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

This div border color is #24253f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24253f


Comments

No comments written yet.

Please login to write comment.