Color Hex Logo

#250eaa Color Hex

#250EAA
(37,14,170)
0 Favorites   0 Comments

Color spaces of #250eaa

RGB 3714170
HSL0.690.850.36
HSV249°92°67°
CMYK 0.780.920.00   0.33
XYZ8.17573.609738.2960
Yxy3.60970.16320.0721
Hunter Lab18.999243.5631-106.2092
CIE-Lab22.336755.4707-75.0783

#250eaa color RGB value is (37,14,170).

#250eaa hex color red value is 37, green value is 14 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #250eaa hue: 0.69 , saturation: 0.85 and the lightness value of 250eaa is 0.36.

The process color (four color CMYK) of #250eaa color hex is 0.78, 0.92, 0.00, 0.33. Web safe color of #250eaa is #330099. Color #250eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00001110 10101010
Octal 45 16 252
Decimal 37 14 170
Hex 25 E AA

RGB Percentages of Color #250eaa

%16.74
%6.33
%76.92

CMYK Percentages of Color #250eaa

%78
%92
%0
%33

Triadic Colors of #250eaa

#250eaa #aa250e #0eaa25

Analogous Colors of #250eaa

#250eaa #730eaa #0e45aa

Monochromatic Colors of #250eaa

#250eaa

Complementary Color

#250eaa #93aa0e

#250eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#250eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#250eaa Color CSS Codes

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

#250eaa Text Font Color

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

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


#250eaa Background Color

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

This div background color is #250eaa


#250eaa Border Color

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

This div border color is #250eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,14,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #250eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #250eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #250eaa;
  box-shadow:         1px 1px 3px 2px #250eaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #250eaa


Comments

No comments written yet.

Please login to write comment.