Color Hex Logo

#25154f Color Hex

#25154F
(37,21,79)
0 Favorites   0 Comments

Color spaces of #25154f

RGB 372179
HSL0.710.580.20
HSV257°73°31°
CMYK 0.530.730.00   0.69
XYZ2.44241.49427.5568
Yxy1.49420.21250.1300
Hunter Lab12.223714.2741-28.0968
CIE-Lab12.571124.3952-32.9301

#25154f color RGB value is (37,21,79).

#25154f hex color red value is 37, green value is 21 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #25154f hue: 0.71 , saturation: 0.58 and the lightness value of 25154f is 0.20.

The process color (four color CMYK) of #25154f color hex is 0.53, 0.73, 0.00, 0.69. Web safe color of #25154f is #330066. Color #25154f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00010101 01001111
Octal 45 25 117
Decimal 37 21 79
Hex 25 15 4F

RGB Percentages of Color #25154f

%27.01
%15.33
%57.66

CMYK Percentages of Color #25154f

%53
%73
%0
%69

Triadic Colors of #25154f

#25154f #4f2515 #154f25

Analogous Colors of #25154f

#25154f #42154f #15224f

Monochromatic Colors of #25154f

#25154f

Complementary Color

#25154f #3f4f15

#25154f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25154f Color Preview on White Background

Lorem ipsum dolor sit amet.

#25154f Color CSS Codes

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

#25154f Text Font Color

<p style="color:#25154f">Text here</p>

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


#25154f Background Color

<div style="background-color:#25154f">
Div content here</div>

This div background color is #25154f


#25154f Border Color

<div style="border:3px solid #25154f">
Div here</div>

This div border color is #25154f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25154f


Comments

No comments written yet.

Please login to write comment.