Color Hex Logo

#25170e Color Hex

#25170E
(37,23,14)
0 Favorites   0 Comments

Color spaces of #25170e

RGB 372314
HSL0.070.450.10
HSV23°62°15°
CMYK 0.000.380.62   0.85
XYZ1.14861.03780.5552
Yxy1.03780.41900.3785
Hunter Lab10.18722.29803.8998
CIE-Lab9.30245.67748.0974

#25170e color RGB value is (37,23,14).

#25170e hex color red value is 37, green value is 23 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #25170e hue: 0.07 , saturation: 0.45 and the lightness value of 25170e is 0.10.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00010111 00001110
Octal 45 27 16
Decimal 37 23 14
Hex 25 17 E

RGB Percentages of Color #25170e

%50.00
%31.08
%18.92

CMYK Percentages of Color #25170e

%0
%38
%62
%85

Triadic Colors of #25170e

#25170e #0e2517 #170e25

Analogous Colors of #25170e

#25170e #25230e #250e11

Monochromatic Colors of #25170e

#25170e

Complementary Color

#25170e #0e1c25

#25170e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25170e Color Preview on White Background

Lorem ipsum dolor sit amet.

#25170e Color CSS Codes

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

#25170e Text Font Color

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

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


#25170e Background Color

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

This div background color is #25170e


#25170e Border Color

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

This div border color is #25170e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25170e


Comments

No comments written yet.

Please login to write comment.