Color Hex Logo

#25050e Color Hex

#25050E
(37,5,14)
0 Favorites   0 Comments

Color spaces of #25050e

RGB 37514
HSL0.950.760.08
HSV343°86°15°
CMYK 0.000.860.62   0.85
XYZ0.89650.53360.4712
Yxy0.53360.47150.2807
Hunter Lab7.30489.12351.2888
CIE-Lab4.820015.90171.5705

#25050e color RGB value is (37,5,14).

#25050e hex color red value is 37, green value is 5 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #25050e hue: 0.95 , saturation: 0.76 and the lightness value of 25050e is 0.08.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00000101 00001110
Octal 45 5 16
Decimal 37 5 14
Hex 25 5 E

RGB Percentages of Color #25050e

%66.07
%8.93
%25.00

CMYK Percentages of Color #25050e

%0
%86
%62
%85

Triadic Colors of #25050e

#25050e #0e2505 #050e25

Analogous Colors of #25050e

#25050e #250c05 #25051e

Monochromatic Colors of #25050e

#25050e

Complementary Color

#25050e #05251c

#25050e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25050e Color Preview on White Background

Lorem ipsum dolor sit amet.

#25050e Color CSS Codes

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

#25050e Text Font Color

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

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


#25050e Background Color

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

This div background color is #25050e


#25050e Border Color

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

This div border color is #25050e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25050e


Comments

No comments written yet.

Please login to write comment.