Color Hex Logo

#25095e Color Hex

#25095E
(37,9,94)
0 Favorites   0 Comments

Color spaces of #25095e

RGB 37994
HSL0.720.830.20
HSV260°90°37°
CMYK 0.610.900.00   0.63
XYZ2.88101.396810.7074
Yxy1.39680.19230.0932
Hunter Lab11.818622.8299-45.4423
CIE-Lab11.936335.4820-44.1487

#25095e color RGB value is (37,9,94).

#25095e hex color red value is 37, green value is 9 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #25095e hue: 0.72 , saturation: 0.83 and the lightness value of 25095e is 0.20.

The process color (four color CMYK) of #25095e color hex is 0.61, 0.90, 0.00, 0.63. Web safe color of #25095e is #330066. Color #25095e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00001001 01011110
Octal 45 11 136
Decimal 37 9 94
Hex 25 9 5E

RGB Percentages of Color #25095e

%26.43
%6.43
%67.14

CMYK Percentages of Color #25095e

%61
%90
%0
%63

Triadic Colors of #25095e

#25095e #5e2509 #095e25

Analogous Colors of #25095e

#25095e #4f095e #09185e

Monochromatic Colors of #25095e

#25095e

Complementary Color

#25095e #425e09

#25095e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25095e Color Preview on White Background

Lorem ipsum dolor sit amet.

#25095e Color CSS Codes

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

#25095e Text Font Color

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

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


#25095e Background Color

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

This div background color is #25095e


#25095e Border Color

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

This div border color is #25095e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25095e


Comments

No comments written yet.

Please login to write comment.