Color Hex Logo

#250aba Color Hex

#250ABA
(37,10,186)
0 Favorites   0 Comments

Color spaces of #250aba

RGB 3710186
HSL0.690.900.38
HSV249°95°73°
CMYK 0.800.950.00   0.27
XYZ9.73444.155646.7434
Yxy4.15560.16050.0685
Hunter Lab20.385349.5632-121.6821
CIE-Lab24.179360.7474-81.6001

#250aba color RGB value is (37,10,186).

#250aba hex color red value is 37, green value is 10 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #250aba hue: 0.69 , saturation: 0.90 and the lightness value of 250aba is 0.38.

The process color (four color CMYK) of #250aba color hex is 0.80, 0.95, 0.00, 0.27. Web safe color of #250aba is #3300cc. Color #250aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00001010 10111010
Octal 45 12 272
Decimal 37 10 186
Hex 25 A BA

RGB Percentages of Color #250aba

%15.88
%4.29
%79.83

CMYK Percentages of Color #250aba

%80
%95
%0
%27

Triadic Colors of #250aba

#250aba #ba250a #0aba25

Analogous Colors of #250aba

#250aba #7d0aba #0a47ba

Monochromatic Colors of #250aba

#250aba

Complementary Color

#250aba #9fba0a

#250aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#250aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#250aba Color CSS Codes

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

#250aba Text Font Color

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

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


#250aba Background Color

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

This div background color is #250aba


#250aba Border Color

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

This div border color is #250aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #250aba


Comments

No comments written yet.

Please login to write comment.