Color Hex Logo

#25212e Color Hex

#25212E
(37,33,46)
0 Favorites   0 Comments

Color spaces of #25212e

RGB 373346
HSL0.720.160.15
HSV258°28°18°
CMYK 0.200.280.00   0.82
XYZ1.79991.67832.8138
Yxy1.67830.28610.2667
Hunter Lab12.95492.1289-3.8093
CIE-Lab13.69945.2576-7.9241

#25212e color RGB value is (37,33,46).

#25212e hex color red value is 37, green value is 33 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #25212e hue: 0.72 , saturation: 0.16 and the lightness value of 25212e is 0.15.

The process color (four color CMYK) of #25212e color hex is 0.20, 0.28, 0.00, 0.82. Web safe color of #25212e is #333333. Color #25212e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00100001 00101110
Octal 45 41 56
Decimal 37 33 46
Hex 25 21 2E

RGB Percentages of Color #25212e

%31.90
%28.45
%39.66

CMYK Percentages of Color #25212e

%20
%28
%0
%82

Triadic Colors of #25212e

#25212e #2e2521 #212e25

Analogous Colors of #25212e

#25212e #2c212e #21242e

Monochromatic Colors of #25212e

#25212e

Complementary Color

#25212e #2a2e21

#25212e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25212e Color Preview on White Background

Lorem ipsum dolor sit amet.

#25212e Color CSS Codes

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

#25212e Text Font Color

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

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


#25212e Background Color

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

This div background color is #25212e


#25212e Border Color

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

This div border color is #25212e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25212e


Comments

No comments written yet.

Please login to write comment.