Color Hex Logo

#250f4d Color Hex

#250F4D
(37,15,77)
0 Favorites   0 Comments

Color spaces of #250f4d

RGB 371577
HSL0.730.670.18
HSV261°81°30°
CMYK 0.520.810.00   0.70
XYZ2.27331.27087.1466
Yxy1.27080.21260.1189
Hunter Lab11.273016.2685-29.6963
CIE-Lab11.069727.3800-34.0038

#250f4d color RGB value is (37,15,77).

#250f4d hex color red value is 37, green value is 15 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #250f4d hue: 0.73 , saturation: 0.67 and the lightness value of 250f4d is 0.18.

The process color (four color CMYK) of #250f4d color hex is 0.52, 0.81, 0.00, 0.70. Web safe color of #250f4d is #330066. Color #250f4d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00001111 01001101
Octal 45 17 115
Decimal 37 15 77
Hex 25 F 4D

RGB Percentages of Color #250f4d

%28.68
%11.63
%59.69

CMYK Percentages of Color #250f4d

%52
%81
%0
%70

Triadic Colors of #250f4d

#250f4d #4d250f #0f4d25

Analogous Colors of #250f4d

#250f4d #440f4d #0f184d

Monochromatic Colors of #250f4d

#250f4d

Complementary Color

#250f4d #374d0f

#250f4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#250f4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#250f4d Color CSS Codes

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

#250f4d Text Font Color

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

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


#250f4d Background Color

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

This div background color is #250f4d


#250f4d Border Color

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

This div border color is #250f4d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,15,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #250f4d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #250f4d;
  -webkit-box-shadow: 1px 1px 3px 2px #250f4d;
  box-shadow:         1px 1px 3px 2px #250f4d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #250f4d


Comments

No comments written yet.

Please login to write comment.