Color Hex Logo

#251429 Color Hex

#251429
(37,20,41)
0 Favorites   0 Comments

Color spaces of #251429

RGB 372041
HSL0.800.340.12
HSV289°51°16°
CMYK 0.100.510.00   0.84
XYZ1.41331.05372.2267
Yxy1.05370.30110.2245
Hunter Lab10.26506.6124-5.6758
CIE-Lab9.431013.3355-10.8463

#251429 color RGB value is (37,20,41).

#251429 hex color red value is 37, green value is 20 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #251429 hue: 0.80 , saturation: 0.34 and the lightness value of 251429 is 0.12.

The process color (four color CMYK) of #251429 color hex is 0.10, 0.51, 0.00, 0.84. Web safe color of #251429 is #330033. Color #251429 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00010100 00101001
Octal 45 24 51
Decimal 37 20 41
Hex 25 14 29

RGB Percentages of Color #251429

%37.76
%20.41
%41.84

CMYK Percentages of Color #251429

%10
%51
%0
%84

Triadic Colors of #251429

#251429 #292514 #142925

Analogous Colors of #251429

#251429 #291423 #1b1429

Monochromatic Colors of #251429

#251429

Complementary Color

#251429 #182914

#251429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#251429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#251429 Color CSS Codes

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

#251429 Text Font Color

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

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


#251429 Background Color

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

This div background color is #251429


#251429 Border Color

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

This div border color is #251429


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,20,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #251429; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #251429;
  -webkit-box-shadow: 1px 1px 3px 2px #251429;
  box-shadow:         1px 1px 3px 2px #251429; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #251429


Comments

No comments written yet.

Please login to write comment.