Color Hex Logo

#251d8e Color Hex

#251D8E
(37,29,142)
0 Favorites   0 Comments

Color spaces of #251d8e

RGB 3729142
HSL0.680.660.34
HSV244°80°56°
CMYK 0.740.800.00   0.44
XYZ6.08483.225025.8930
Yxy3.22500.17280.0916
Hunter Lab17.958329.0541-72.9160
CIE-Lab20.923440.8672-60.2484

#251d8e color RGB value is (37,29,142).

#251d8e hex color red value is 37, green value is 29 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #251d8e hue: 0.68 , saturation: 0.66 and the lightness value of 251d8e is 0.34.

The process color (four color CMYK) of #251d8e color hex is 0.74, 0.80, 0.00, 0.44. Web safe color of #251d8e is #333399. Color #251d8e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00011101 10001110
Octal 45 35 216
Decimal 37 29 142
Hex 25 1D 8E

RGB Percentages of Color #251d8e

%17.79
%13.94
%68.27

CMYK Percentages of Color #251d8e

%74
%80
%0
%44

Triadic Colors of #251d8e

#251d8e #8e251d #1d8e25

Analogous Colors of #251d8e

#251d8e #5d1d8e #1d4e8e

Monochromatic Colors of #251d8e

#251d8e

Complementary Color

#251d8e #868e1d

#251d8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#251d8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#251d8e Color CSS Codes

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

#251d8e Text Font Color

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

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


#251d8e Background Color

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

This div background color is #251d8e


#251d8e Border Color

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

This div border color is #251d8e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,29,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #251d8e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #251d8e;
  -webkit-box-shadow: 1px 1px 3px 2px #251d8e;
  box-shadow:         1px 1px 3px 2px #251d8e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #251d8e


Comments

No comments written yet.

Please login to write comment.