Color Hex Logo

#250faa Color Hex

#250FAA
(37,15,170)
0 Favorites   0 Comments

Color spaces of #250faa

RGB 3715170
HSL0.690.840.36
HSV249°91°67°
CMYK 0.780.910.00   0.33
XYZ8.18953.637238.3006
Yxy3.63720.16340.0726
Hunter Lab19.071443.2749-105.7203
CIE-Lab22.433855.1762-74.9165

#250faa color RGB value is (37,15,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00001111 10101010
Octal 45 17 252
Decimal 37 15 170
Hex 25 F AA

RGB Percentages of Color #250faa

%16.67
%6.76
%76.58

CMYK Percentages of Color #250faa

%78
%91
%0
%33

Triadic Colors of #250faa

#250faa #aa250f #0faa25

Analogous Colors of #250faa

#250faa #730faa #0f47aa

Monochromatic Colors of #250faa

#250faa

Complementary Color

#250faa #94aa0f

#250faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#250faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#250faa Color CSS Codes

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

#250faa Text Font Color

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

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


#250faa Background Color

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

This div background color is #250faa


#250faa Border Color

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

This div border color is #250faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #250faa


Comments

No comments written yet.

Please login to write comment.