Color Hex Logo

#25194b Color Hex

#25194B
(37,25,75)
0 Favorites   0 Comments

Color spaces of #25194b

RGB 372575
HSL0.710.500.20
HSV254°67°29°
CMYK 0.510.670.00   0.71
XYZ2.38061.59666.8393
Yxy1.59660.22010.1476
Hunter Lab12.635711.5176-23.2469
CIE-Lab13.209420.3888-29.1413

#25194b color RGB value is (37,25,75).

#25194b hex color red value is 37, green value is 25 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #25194b hue: 0.71 , saturation: 0.50 and the lightness value of 25194b is 0.20.

The process color (four color CMYK) of #25194b color hex is 0.51, 0.67, 0.00, 0.71. Web safe color of #25194b is #330033. Color #25194b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00011001 01001011
Octal 45 31 113
Decimal 37 25 75
Hex 25 19 4B

RGB Percentages of Color #25194b

%27.01
%18.25
%54.74

CMYK Percentages of Color #25194b

%51
%67
%0
%71

Triadic Colors of #25194b

#25194b #4b2519 #194b25

Analogous Colors of #25194b

#25194b #3e194b #19264b

Monochromatic Colors of #25194b

#25194b

Complementary Color

#25194b #3f4b19

#25194b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25194b Color Preview on White Background

Lorem ipsum dolor sit amet.

#25194b Color CSS Codes

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

#25194b Text Font Color

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

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


#25194b Background Color

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

This div background color is #25194b


#25194b Border Color

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

This div border color is #25194b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25194b


Comments

No comments written yet.

Please login to write comment.