Color Hex Logo

#25152c Color Hex

#25152C
(37,21,44)
0 Favorites   0 Comments

Color spaces of #25152c

RGB 372144
HSL0.780.350.13
HSV282°52°17°
CMYK 0.160.520.00   0.83
XYZ1.48571.11152.5191
Yxy1.11150.29040.2172
Hunter Lab10.54286.7046-6.7869
CIE-Lab9.887813.4314-12.3550

#25152c color RGB value is (37,21,44).

#25152c hex color red value is 37, green value is 21 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #25152c hue: 0.78 , saturation: 0.35 and the lightness value of 25152c is 0.13.

The process color (four color CMYK) of #25152c color hex is 0.16, 0.52, 0.00, 0.83. Web safe color of #25152c is #330033. Color #25152c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00010101 00101100
Octal 45 25 54
Decimal 37 21 44
Hex 25 15 2C

RGB Percentages of Color #25152c

%36.27
%20.59
%43.14

CMYK Percentages of Color #25152c

%16
%52
%0
%83

Triadic Colors of #25152c

#25152c #2c2515 #152c25

Analogous Colors of #25152c

#25152c #2c1528 #1a152c

Monochromatic Colors of #25152c

#25152c

Complementary Color

#25152c #1c2c15

#25152c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25152c Color Preview on White Background

Lorem ipsum dolor sit amet.

#25152c Color CSS Codes

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

#25152c Text Font Color

<p style="color:#25152c">Text here</p>

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


#25152c Background Color

<div style="background-color:#25152c">
Div content here</div>

This div background color is #25152c


#25152c Border Color

<div style="border:3px solid #25152c">
Div here</div>

This div border color is #25152c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,21,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25152c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25152c;
  -webkit-box-shadow: 1px 1px 3px 2px #25152c;
  box-shadow:         1px 1px 3px 2px #25152c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25152c


Comments

No comments written yet.

Please login to write comment.