Color Hex Logo

#25001e Color Hex

#25001E
(37,0,30)
0 Favorites   0 Comments

Color spaces of #25001e

RGB 37030
HSL0.861.000.07
HSV311°100°15°
CMYK 0.001.000.19   0.85
XYZ0.99730.48711.2697
Yxy0.48710.36210.1769
Hunter Lab6.979313.2930-5.9008
CIE-Lab4.399921.5319-10.1811

#25001e color RGB value is (37,0,30).

#25001e hex color red value is 37, green value is 0 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #25001e hue: 0.86 , saturation: 1.00 and the lightness value of 25001e is 0.07.

The process color (four color CMYK) of #25001e color hex is 0.00, 1.00, 0.19, 0.85. Web safe color of #25001e is #330033. Color #25001e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00000000 00011110
Octal 45 0 36
Decimal 37 0 30
Hex 25 0 1E

RGB Percentages of Color #25001e

%55.22
%0.00
%44.78

CMYK Percentages of Color #25001e

%0
%100
%19
%85

Triadic Colors of #25001e

#25001e #1e2500 #001e25

Analogous Colors of #25001e

#25001e #25000c #1a0025

Monochromatic Colors of #25001e

#25001e

Complementary Color

#25001e #002507

#25001e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25001e Color Preview on White Background

Lorem ipsum dolor sit amet.

#25001e Color CSS Codes

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

#25001e Text Font Color

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

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


#25001e Background Color

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

This div background color is #25001e


#25001e Border Color

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

This div border color is #25001e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25001e


Comments

No comments written yet.

Please login to write comment.