Color Hex Logo

#250501 Color Hex

#250501
(37,5,1)
0 Favorites   0 Comments

Color spaces of #250501

RGB 3751
HSL0.020.950.07
HSV97°15°
CMYK 0.000.860.97   0.85
XYZ0.82270.50400.0826
Yxy0.50400.58380.3576
Hunter Lab7.09938.26174.2797
CIE-Lab4.552614.07786.6678

#250501 color RGB value is (37,5,1).

#250501 hex color red value is 37, green value is 5 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #250501 hue: 0.02 , saturation: 0.95 and the lightness value of 250501 is 0.07.

The process color (four color CMYK) of #250501 color hex is 0.00, 0.86, 0.97, 0.85. Web safe color of #250501 is #330000. Color #250501 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00000101 00000001
Octal 45 5 1
Decimal 37 5 1
Hex 25 5 1

RGB Percentages of Color #250501

%86.05
%11.63
%2.33

CMYK Percentages of Color #250501

%0
%86
%97
%85

Triadic Colors of #250501

#250501 #012505 #050125

Analogous Colors of #250501

#250501 #251701 #25010f

Monochromatic Colors of #250501

#250501

Complementary Color

#250501 #012125

#250501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#250501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#250501 Color CSS Codes

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

#250501 Text Font Color

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

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


#250501 Background Color

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

This div background color is #250501


#250501 Border Color

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

This div border color is #250501


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #250501


Comments

No comments written yet.

Please login to write comment.