Color Hex Logo

#251fab Color Hex

#251FAB
(37,31,171)
0 Favorites   0 Comments

Color spaces of #251fab

RGB 3731171
HSL0.670.690.40
HSV243°82°67°
CMYK 0.780.820.00   0.33
XYZ8.60364.313638.9072
Yxy4.31360.16600.0832
Hunter Lab20.769237.5971-96.5302
CIE-Lab24.682249.1461-71.7814

#251fab color RGB value is (37,31,171).

#251fab hex color red value is 37, green value is 31 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #251fab hue: 0.67 , saturation: 0.69 and the lightness value of 251fab is 0.40.

The process color (four color CMYK) of #251fab color hex is 0.78, 0.82, 0.00, 0.33. Web safe color of #251fab is #333399. Color #251fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00011111 10101011
Octal 45 37 253
Decimal 37 31 171
Hex 25 1F AB

RGB Percentages of Color #251fab

%15.48
%12.97
%71.55

CMYK Percentages of Color #251fab

%78
%82
%0
%33

Triadic Colors of #251fab

#251fab #ab251f #1fab25

Analogous Colors of #251fab

#251fab #6b1fab #1f5fab

Monochromatic Colors of #251fab

#251fab

Complementary Color

#251fab #a5ab1f

#251fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#251fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#251fab Color CSS Codes

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

#251fab Text Font Color

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

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


#251fab Background Color

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

This div background color is #251fab


#251fab Border Color

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

This div border color is #251fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #251fab


Comments

No comments written yet.

Please login to write comment.