Color Hex Logo

#25335e Color Hex

#25335E
(37,51,94)
0 Favorites   0 Comments

Color spaces of #25335e

RGB 375194
HSL0.630.440.26
HSV225°61°37°
CMYK 0.610.460.00   0.63
XYZ3.96723.569111.0695
Yxy3.56910.21320.1918
Hunter Lab18.89214.4226-21.5156
CIE-Lab22.19258.8184-27.4948

#25335e color RGB value is (37,51,94).

#25335e hex color red value is 37, green value is 51 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #25335e hue: 0.63 , saturation: 0.44 and the lightness value of 25335e is 0.26.

The process color (four color CMYK) of #25335e color hex is 0.61, 0.46, 0.00, 0.63. Web safe color of #25335e is #333366. Color #25335e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110011 01011110
Octal 45 63 136
Decimal 37 51 94
Hex 25 33 5E

RGB Percentages of Color #25335e

%20.33
%28.02
%51.65

CMYK Percentages of Color #25335e

%61
%46
%0
%63

Triadic Colors of #25335e

#25335e #5e2533 #335e25

Analogous Colors of #25335e

#25335e #34255e #25505e

Monochromatic Colors of #25335e

#25335e

Complementary Color

#25335e #5e5025

#25335e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25335e Color Preview on White Background

Lorem ipsum dolor sit amet.

#25335e Color CSS Codes

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

#25335e Text Font Color

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

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


#25335e Background Color

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

This div background color is #25335e


#25335e Border Color

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

This div border color is #25335e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,51,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 #25335e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25335e


Comments

No comments written yet.

Please login to write comment.