Color Hex Logo

#25047d Color Hex

#25047D
(37,4,125)
0 Favorites   0 Comments

Color spaces of #25047d

RGB 374125
HSL0.710.940.25
HSV256°97°49°
CMYK 0.700.970.00   0.51
XYZ4.50801.960819.5429
Yxy1.96080.17330.0754
Hunter Lab14.002932.9603-72.9453
CIE-Lab15.280246.1605-58.8853

#25047d color RGB value is (37,4,125).

#25047d hex color red value is 37, green value is 4 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #25047d hue: 0.71 , saturation: 0.94 and the lightness value of 25047d is 0.25.

The process color (four color CMYK) of #25047d color hex is 0.70, 0.97, 0.00, 0.51. Web safe color of #25047d is #330066. Color #25047d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00000100 01111101
Octal 45 4 175
Decimal 37 4 125
Hex 25 4 7D

RGB Percentages of Color #25047d

%22.29
%2.41
%75.30

CMYK Percentages of Color #25047d

%70
%97
%0
%51

Triadic Colors of #25047d

#25047d #7d2504 #047d25

Analogous Colors of #25047d

#25047d #61047d #04207d

Monochromatic Colors of #25047d

#25047d

Complementary Color

#25047d #5c7d04

#25047d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25047d Color Preview on White Background

Lorem ipsum dolor sit amet.

#25047d Color CSS Codes

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

#25047d Text Font Color

<p style="color:#25047d">Text here</p>

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


#25047d Background Color

<div style="background-color:#25047d">
Div content here</div>

This div background color is #25047d


#25047d Border Color

<div style="border:3px solid #25047d">
Div here</div>

This div border color is #25047d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,4,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25047d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25047d;
  -webkit-box-shadow: 1px 1px 3px 2px #25047d;
  box-shadow:         1px 1px 3px 2px #25047d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25047d


Comments

No comments written yet.

Please login to write comment.