Color Hex Logo

#25081f Color Hex

#25081F
(37,8,31)
0 Favorites   0 Comments

Color spaces of #25081f

RGB 37831
HSL0.870.640.09
HSV312°78°15°
CMYK 0.000.780.16   0.85
XYZ1.09710.66591.3670
Yxy0.66590.35050.2127
Hunter Lab8.16039.7178-4.2200
CIE-Lab6.015018.1061-8.5266

#25081f color RGB value is (37,8,31).

#25081f hex color red value is 37, green value is 8 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #25081f hue: 0.87 , saturation: 0.64 and the lightness value of 25081f is 0.09.

The process color (four color CMYK) of #25081f color hex is 0.00, 0.78, 0.16, 0.85. Web safe color of #25081f is #330033. Color #25081f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00001000 00011111
Octal 45 10 37
Decimal 37 8 31
Hex 25 8 1F

RGB Percentages of Color #25081f

%48.68
%10.53
%40.79

CMYK Percentages of Color #25081f

%0
%78
%16
%85

Triadic Colors of #25081f

#25081f #1f2508 #081f25

Analogous Colors of #25081f

#25081f #250811 #1d0825

Monochromatic Colors of #25081f

#25081f

Complementary Color

#25081f #08250e

#25081f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25081f Color Preview on White Background

Lorem ipsum dolor sit amet.

#25081f Color CSS Codes

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

#25081f Text Font Color

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

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


#25081f Background Color

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

This div background color is #25081f


#25081f Border Color

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

This div border color is #25081f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25081f

#25081f Color Palettes


Comments

No comments written yet.

Please login to write comment.