Color Hex Logo

#250baf Color Hex

#250BAF
(37,11,175)
0 Favorites   0 Comments

Color spaces of #250baf

RGB 3711175
HSL0.690.880.36
HSV250°94°69°
CMYK 0.790.940.00   0.31
XYZ8.62053.727840.8226
Yxy3.72780.16210.0701
Hunter Lab19.307545.9093-111.8438
CIE-Lab22.750357.6200-77.4040

#250baf color RGB value is (37,11,175).

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

The process color (four color CMYK) of #250baf color hex is 0.79, 0.94, 0.00, 0.31. Web safe color of #250baf is #330099. Color #250baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00001011 10101111
Octal 45 13 257
Decimal 37 11 175
Hex 25 B AF

RGB Percentages of Color #250baf

%16.59
%4.93
%78.48

CMYK Percentages of Color #250baf

%79
%94
%0
%31

Triadic Colors of #250baf

#250baf #af250b #0baf25

Analogous Colors of #250baf

#250baf #770baf #0b43af

Monochromatic Colors of #250baf

#250baf

Complementary Color

#250baf #95af0b

#250baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#250baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#250baf Color CSS Codes

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

#250baf Text Font Color

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

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


#250baf Background Color

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

This div background color is #250baf


#250baf Border Color

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

This div border color is #250baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #250baf


Comments

No comments written yet.

Please login to write comment.