Color Hex Logo

#252798 Color Hex

#252798
(37,39,152)
0 Favorites   0 Comments

Color spaces of #252798

RGB 3739152
HSL0.660.610.37
HSV239°76°60°
CMYK 0.760.740.00   0.40
XYZ7.15604.111430.1222
Yxy4.11140.17290.0993
Hunter Lab20.276627.5121-73.8856
CIE-Lab24.036438.5582-61.2901

#252798 color RGB value is (37,39,152).

#252798 hex color red value is 37, green value is 39 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #252798 hue: 0.66 , saturation: 0.61 and the lightness value of 252798 is 0.37.

The process color (four color CMYK) of #252798 color hex is 0.76, 0.74, 0.00, 0.40. Web safe color of #252798 is #333399. Color #252798 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00100111 10011000
Octal 45 47 230
Decimal 37 39 152
Hex 25 27 98

RGB Percentages of Color #252798

%16.23
%17.11
%66.67

CMYK Percentages of Color #252798

%76
%74
%0
%40

Triadic Colors of #252798

#252798 #982527 #279825

Analogous Colors of #252798

#252798 #5c2598 #256198

Monochromatic Colors of #252798

#252798

Complementary Color

#252798 #989625

#252798 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252798 Color Preview on White Background

Lorem ipsum dolor sit amet.

#252798 Color CSS Codes

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

#252798 Text Font Color

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

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


#252798 Background Color

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

This div background color is #252798


#252798 Border Color

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

This div border color is #252798


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,39,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #252798; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #252798;
  -webkit-box-shadow: 1px 1px 3px 2px #252798;
  box-shadow:         1px 1px 3px 2px #252798; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252798


Comments

No comments written yet.

Please login to write comment.