Color Hex Logo

#25265b Color Hex

#25265B
(37,38,91)
0 Favorites   0 Comments

Color spaces of #25265b

RGB 373891
HSL0.660.420.25
HSV239°59°36°
CMYK 0.590.580.00   0.64
XYZ3.34442.534910.2105
Yxy2.53490.20790.1575
Hunter Lab15.92149.6328-26.8782
CIE-Lab18.075716.9657-32.1129

#25265b color RGB value is (37,38,91).

#25265b hex color red value is 37, green value is 38 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #25265b hue: 0.66 , saturation: 0.42 and the lightness value of 25265b is 0.25.

The process color (four color CMYK) of #25265b color hex is 0.59, 0.58, 0.00, 0.64. Web safe color of #25265b is #333366. Color #25265b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00100110 01011011
Octal 45 46 133
Decimal 37 38 91
Hex 25 26 5B

RGB Percentages of Color #25265b

%22.29
%22.89
%54.82

CMYK Percentages of Color #25265b

%59
%58
%0
%64

Triadic Colors of #25265b

#25265b #5b2526 #265b25

Analogous Colors of #25265b

#25265b #3f255b #25415b

Monochromatic Colors of #25265b

#25265b

Complementary Color

#25265b #5b5a25

#25265b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25265b Color Preview on White Background

Lorem ipsum dolor sit amet.

#25265b Color CSS Codes

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

#25265b Text Font Color

<p style="color:#25265b">Text here</p>

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


#25265b Background Color

<div style="background-color:#25265b">
Div content here</div>

This div background color is #25265b


#25265b Border Color

<div style="border:3px solid #25265b">
Div here</div>

This div border color is #25265b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,38,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25265b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25265b;
  -webkit-box-shadow: 1px 1px 3px 2px #25265b;
  box-shadow:         1px 1px 3px 2px #25265b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25265b


Comments

No comments written yet.

Please login to write comment.