Color Hex Logo

#25008e Color Hex

#25008E
(37,0,142)
0 Favorites   0 Comments

Color spaces of #25008e

RGB 370142
HSL0.711.000.28
HSV256°100°56°
CMYK 0.741.000.00   0.44
XYZ5.64542.346325.7465
Yxy2.34630.16730.0695
Hunter Lab15.317638.9813-88.9347
CIE-Lab17.208751.9430-66.4188

#25008e color RGB value is (37,0,142).

#25008e hex color red value is 37, green value is 0 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #25008e hue: 0.71 , saturation: 1.00 and the lightness value of 25008e is 0.28.

The process color (four color CMYK) of #25008e color hex is 0.74, 1.00, 0.00, 0.44. Web safe color of #25008e is #330099. Color #25008e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00000000 10001110
Octal 45 0 216
Decimal 37 0 142
Hex 25 0 8E

RGB Percentages of Color #25008e

%20.67
%0.00
%79.33

CMYK Percentages of Color #25008e

%74
%100
%0
%44

Triadic Colors of #25008e

#25008e #8e2500 #008e25

Analogous Colors of #25008e

#25008e #6c008e #00228e

Monochromatic Colors of #25008e

#25008e

Complementary Color

#25008e #698e00

#25008e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25008e Color Preview on White Background

Lorem ipsum dolor sit amet.

#25008e Color CSS Codes

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

#25008e Text Font Color

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

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


#25008e Background Color

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

This div background color is #25008e


#25008e Border Color

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

This div border color is #25008e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25008e


Comments

No comments written yet.

Please login to write comment.