Color Hex Logo

#25061b Color Hex

#25061B
(37,6,27)
0 Favorites   0 Comments

Color spaces of #25061b

RGB 37627
HSL0.890.720.08
HSV319°84°15°
CMYK 0.000.840.27   0.85
XYZ1.02590.60271.0992
Yxy0.60270.37610.2209
Hunter Lab7.763410.0022-2.9604
CIE-Lab5.444118.0675-6.2524

#25061b color RGB value is (37,6,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00000110 00011011
Octal 45 6 33
Decimal 37 6 27
Hex 25 6 1B

RGB Percentages of Color #25061b

%52.86
%8.57
%38.57

CMYK Percentages of Color #25061b

%0
%84
%27
%85

Triadic Colors of #25061b

#25061b #1b2506 #061b25

Analogous Colors of #25061b

#25061b #25060c #200625

Monochromatic Colors of #25061b

#25061b

Complementary Color

#25061b #062510

#25061b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25061b Color Preview on White Background

Lorem ipsum dolor sit amet.

#25061b Color CSS Codes

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

#25061b Text Font Color

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

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


#25061b Background Color

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

This div background color is #25061b


#25061b Border Color

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

This div border color is #25061b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25061b


Comments

No comments written yet.

Please login to write comment.