Color Hex Logo

#251140 Color Hex

#251140
(37,17,64)
0 Favorites   0 Comments

Color spaces of #251140

RGB 371764
HSL0.740.580.16
HSV266°73°25°
CMYK 0.420.730.00   0.75
XYZ1.88881.16444.9757
Yxy1.16440.23530.1450
Hunter Lab10.790712.3607-19.7856
CIE-Lab10.292122.1033-26.1724

#251140 color RGB value is (37,17,64).

#251140 hex color red value is 37, green value is 17 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #251140 hue: 0.74 , saturation: 0.58 and the lightness value of 251140 is 0.16.

The process color (four color CMYK) of #251140 color hex is 0.42, 0.73, 0.00, 0.75. Web safe color of #251140 is #330033. Color #251140 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00010001 01000000
Octal 45 21 100
Decimal 37 17 64
Hex 25 11 40

RGB Percentages of Color #251140

%31.36
%14.41
%54.24

CMYK Percentages of Color #251140

%42
%73
%0
%75

Triadic Colors of #251140

#251140 #402511 #114025

Analogous Colors of #251140

#251140 #3d1140 #111540

Monochromatic Colors of #251140

#251140

Complementary Color

#251140 #2c4011

#251140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#251140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#251140 Color CSS Codes

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

#251140 Text Font Color

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

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


#251140 Background Color

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

This div background color is #251140


#251140 Border Color

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

This div border color is #251140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #251140


Comments

No comments written yet.

Please login to write comment.