Color Hex Logo

#252095 Color Hex

#252095
(37,32,149)
0 Favorites   0 Comments

Color spaces of #252095

RGB 3732149
HSL0.670.650.35
HSV243°79°58°
CMYK 0.750.790.00   0.42
XYZ6.70433.596328.7746
Yxy3.59630.17160.0920
Hunter Lab18.963929.9181-76.6880
CIE-Lab22.289241.5498-62.3293

#252095 color RGB value is (37,32,149).

#252095 hex color red value is 37, green value is 32 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #252095 hue: 0.67 , saturation: 0.65 and the lightness value of 252095 is 0.35.

The process color (four color CMYK) of #252095 color hex is 0.75, 0.79, 0.00, 0.42. Web safe color of #252095 is #333399. Color #252095 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00100000 10010101
Octal 45 40 225
Decimal 37 32 149
Hex 25 20 95

RGB Percentages of Color #252095

%16.97
%14.68
%68.35

CMYK Percentages of Color #252095

%75
%79
%0
%42

Triadic Colors of #252095

#252095 #952520 #209525

Analogous Colors of #252095

#252095 #602095 #205695

Monochromatic Colors of #252095

#252095

Complementary Color

#252095 #909520

#252095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#252095 Color CSS Codes

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

#252095 Text Font Color

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

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


#252095 Background Color

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

This div background color is #252095


#252095 Border Color

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

This div border color is #252095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252095


Comments

No comments written yet.

Please login to write comment.