Color Hex Logo

#25061f Color Hex

#25061F
(37,6,31)
0 Favorites   0 Comments

Color spaces of #25061f

RGB 37631
HSL0.870.720.08
HSV312°84°15°
CMYK 0.000.840.16   0.85
XYZ1.07540.62251.3598
Yxy0.62250.35170.2036
Hunter Lab7.889910.5225-4.6956
CIE-Lab5.623019.0459-9.1208

#25061f color RGB value is (37,6,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00000110 00011111
Octal 45 6 37
Decimal 37 6 31
Hex 25 6 1F

RGB Percentages of Color #25061f

%50.00
%8.11
%41.89

CMYK Percentages of Color #25061f

%0
%84
%16
%85

Triadic Colors of #25061f

#25061f #1f2506 #061f25

Analogous Colors of #25061f

#25061f #250610 #1c0625

Monochromatic Colors of #25061f

#25061f

Complementary Color

#25061f #06250c

#25061f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25061f Color Preview on White Background

Lorem ipsum dolor sit amet.

#25061f Color CSS Codes

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

#25061f Text Font Color

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

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


#25061f Background Color

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

This div background color is #25061f


#25061f Border Color

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

This div border color is #25061f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,6,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 #25061f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25061f


Comments

No comments written yet.

Please login to write comment.