Color Hex Logo

#25067f Color Hex

#25067F
(37,6,127)
0 Favorites   0 Comments

Color spaces of #25067f

RGB 376127
HSL0.710.910.26
HSV255°95°50°
CMYK 0.710.950.00   0.50
XYZ4.65882.055920.2299
Yxy2.05590.17290.0763
Hunter Lab14.338432.9056-73.6147
CIE-Lab15.777946.0111-59.3339

#25067f color RGB value is (37,6,127).

#25067f hex color red value is 37, green value is 6 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #25067f hue: 0.71 , saturation: 0.91 and the lightness value of 25067f is 0.26.

The process color (four color CMYK) of #25067f color hex is 0.71, 0.95, 0.00, 0.50. Web safe color of #25067f is #330066. Color #25067f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00000110 01111111
Octal 45 6 177
Decimal 37 6 127
Hex 25 6 7F

RGB Percentages of Color #25067f

%21.76
%3.53
%74.71

CMYK Percentages of Color #25067f

%71
%95
%0
%50

Triadic Colors of #25067f

#25067f #7f2506 #067f25

Analogous Colors of #25067f

#25067f #61067f #06247f

Monochromatic Colors of #25067f

#25067f

Complementary Color

#25067f #607f06

#25067f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25067f Color Preview on White Background

Lorem ipsum dolor sit amet.

#25067f Color CSS Codes

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

#25067f Text Font Color

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

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


#25067f Background Color

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

This div background color is #25067f


#25067f Border Color

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

This div border color is #25067f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25067f


Comments

No comments written yet.

Please login to write comment.