Color Hex Logo

#25061d Color Hex

#25061D
(37,6,29)
0 Favorites   0 Comments

Color spaces of #25061d

RGB 37629
HSL0.880.720.08
HSV315°84°15°
CMYK 0.000.840.22   0.85
XYZ1.04980.61231.2252
Yxy0.61230.36360.2121
Hunter Lab7.825010.2540-3.8059
CIE-Lab5.530918.5452-7.6951

#25061d color RGB value is (37,6,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00000110 00011101
Octal 45 6 35
Decimal 37 6 29
Hex 25 6 1D

RGB Percentages of Color #25061d

%51.39
%8.33
%40.28

CMYK Percentages of Color #25061d

%0
%84
%22
%85

Triadic Colors of #25061d

#25061d #1d2506 #061d25

Analogous Colors of #25061d

#25061d #25060e #1e0625

Monochromatic Colors of #25061d

#25061d

Complementary Color

#25061d #06250e

#25061d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25061d Color Preview on White Background

Lorem ipsum dolor sit amet.

#25061d Color CSS Codes

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

#25061d Text Font Color

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

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


#25061d Background Color

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

This div background color is #25061d


#25061d Border Color

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

This div border color is #25061d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25061d


Comments

No comments written yet.

Please login to write comment.